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
Thanks for publishing this project. It looks really promising.
I noted a few things during the initial setup and will create separate issues.
Using pnpm with vite, I got the following error during build:
Error: [vite]: Rollup failed to resolve import "lodash-es" from "[..]/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@emotion+re_kecz67imlc4dja4o5pzcfdqrli/node_modules/react-hook-form-chakra-fields/dist/react-hook-form-chakra-fields.esm.js".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
Installing lodash-es solved it:
pnpm add lodash-es
The text was updated successfully, but these errors were encountered:
Thanks for publishing this project. It looks really promising.
I noted a few things during the initial setup and will create separate issues.
Using pnpm with vite, I got the following error during build:
Installing
lodash-es
solved it:The text was updated successfully, but these errors were encountered: