Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@lilactown
Copy link
Owner

No description provided.

@rome-user
Copy link
Contributor

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.

@lilactown
Copy link
Owner Author

This appeared in our tests, and some of them are also failing - will try to narrow it down to something reproducible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants