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
Warning: React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.
#151
Open
lilactown opened this issue
Oct 30, 2023
· 2 comments
Can you provide a minimal reproducible example of this? I dont remember the entire patch I sent, but I did take care to ensure we always provide JS array when there are multiple children. This is done by checking if (next children) is a truthy value, as that confirms children is a seq with at least 2 elements.
No description provided.
The text was updated successfully, but these errors were encountered: