Closed anton-at-bay closed 1 year ago
Getting the following error. Followed instruction to install the extension, npm package and added to vite plugins.
✘ [ERROR] No matching export in "node_modules/solid-js/web/dist/dev.js" for import "isDev"
node_modules/@solid-primitives/utils/dist/index.js:3:9: 3 │ export { isDev, isServer } from 'solid-js/web'; ╵ ~~~~~
commenting out the plugin in vite.config removes the error and project compiles.
Many thanks for help!
You probably need to update solid-js version. isDev export was added in 1.6.12 I think.
isDev
1.6.12
Many thanks! it works now 🙏
Getting the following error. Followed instruction to install the extension, npm package and added to vite plugins.
✘ [ERROR] No matching export in "node_modules/solid-js/web/dist/dev.js" for import "isDev"
commenting out the plugin in vite.config removes the error and project compiles.
Many thanks for help!