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
import { useStore } from 'oyster-common/dist/lib/contexts/store';
But now I have this issue :
Unhandled Runtime Error
ReferenceError: exports is not defined
Call Stack
eval
node_modules/oyster-common/dist/lib/contexts/store.js (22:0)
Module../node_modules/oyster-common/dist/lib/contexts/store.js
If you have any help, thank you !
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use oyster-common with next.js :
I added in
package.json
:"oyster-common": "^0.0.2"
But there are some dependencies conflicts so it creates a nested node_modules in
node_modules/oyster-common/node_modules
And this nested node_modules doesn't seem to be transpiled...
So I added in
next.config.js
:Here is the code i'm trying to use :
But now I have this issue :
If you have any help, thank you !
The text was updated successfully, but these errors were encountered: