mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
copyNode is typed ReactNode but was passed unconditionally to cloneElement. Non-element values (strings, numbers) would crash at runtime. Guard with isValidElement and wrap non-elements in a styled span.