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
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
It works well using yarn dev but there are errors on modification using yarn build && yarn serve.
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
I am not sure this issue is related to react-crisp but maybe you have ideas?
https://vitejs.dev/ comes with a very fast build/reload/serve for JavaScript applications. Condidering,
It works well using
yarn devbut there are errors on modification usingyarn build && yarn serve.I am not sure this issue is related to
react-crispbut maybe you have ideas?