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 has been 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?
The text was updated successfully, but these errors were encountered:
As explained here: rollup/plugins#481, the quick solution seems to release react-crisp-es as it's done for lodash & lodash-es, to support esm version. Can you release it?
https://vitejs.dev/ comes with a very fast build/reload/serve for JavaScript applications. Condidering,
It works well using
yarn dev
but there are errors on modification usingyarn build && yarn serve
.I am not sure this issue is related to
react-crisp
but maybe you have ideas?The text was updated successfully, but these errors were encountered: