import from 'jotail/utils' throwing an error
See original GitHub issueimport { useUpdateAtom } from 'jotai/utils'
I’m using Next.js and when I try to import from jotai/utils
it’s throwing this error:

Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Having a hard time handling errors caused by 'import'
error is caught when awaiting promise is rejected by error thrown by the module, not importing itself. import is never executed twice. (This...
Read more >Imports failing with an error stating 'Insert failed. See inner ...
When trying to import data into an ICM table, the import is failing with an error stating 'Insert failed. See inner exception for...
Read more >Review and troubleshoot import errors - Knowledge Base
Below, learn how to resolve errors detected during an import, download an error file, view error details, and correct issues in your import...
Read more >Handle import errors - Analytics Help
There are several basic reasons why Data Import might not be working for you: Not reporting on the right view. Not using the...
Read more >Insight import throws "Error! Import data mapped to OTA ...
During a CSV import, insight-import.log throws this error Error! Import data mapped to OTA Label is empty for.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Because I want to explicitly split utils out of core. We took the same approach as zustand. I’ll make a small PR and would like you to see if it works. One moment.
Why don’t you expose everything from the main entry point?