You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Trying to pass a non number/string/array as the child of an expandable clipboard copy results in it being stringified to [object Object] in the "preview" area.
Expected behavior
Either the type of children should be updated to reflect what is actually fully supported, or we should fix the component to actually support the possible inputs of children as it is currently typed.
Screenshots
Fix should be to change the type to what is actually currently supported in the component.