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
React is being bundled, among other dependencies that could be added as peer dependencies and imported by the end developer.
Trying to remove it by adding it to peer dependencies causes the final bundle to fail, since it tries to import react dynamically and it simply crashes. The react-modal package used may be doing something wrong, and changing it to a chakra-ui/modal may be required to properly ignore react in the final bundle.
The text was updated successfully, but these errors were encountered:
React is being bundled, among other dependencies that could be added as peer dependencies and imported by the end developer.
Trying to remove it by adding it to peer dependencies causes the final bundle to fail, since it tries to import react dynamically and it simply crashes. The react-modal package used may be doing something wrong, and changing it to a chakra-ui/modal may be required to properly ignore react in the final bundle.
The text was updated successfully, but these errors were encountered: