Webpack 5 jotai import #2547
Replies: 1 comment
|
All good! I forgot to update jotai in my main project. and there was a conflict between one of my module and the main project |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm using Jotai with Webpack 5 in a TypeScript project. When I try to import focusAtom from jotai-optics, the Webpack build throws an error. Is this a known bug, or could it possibly be due to a misconfiguration on my end? I recently migrated from Jotai v1 to the latest version.
Module not found: Error: Package path ./vanilla is not exported from packagejotai: 2.8.0
jotai-optics: 0.3.2
All reactions