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
Failed to compile.
./node_modules/redux-persist-crosstab/index.js
Module not found: Can't resolve 'redux-persist/constants' in 'node_modules\redux-persist-crosstab'
"redux-persist-crosstab": "^3.7.0"
Minimum code to reproduce:
import crosstabSync from 'redux-persist-crosstab'
crosstabSync()
The text was updated successfully, but these errors were encountered:
Hello, I have the same problem here. I think index.js should be transpiled to use terms that nodejs understands such as 'exports' and 'require' instead of 'import'.
My current ugly temporary solution was to copy the function to the index.js of my react app, then convert the syntax to js (because that's the syntax I am using for this app), and finally add the proper imports. 2 min work.
Works great.
I would prefer to use this package instead.
Hi,
I keep getting this error:
"redux-persist-crosstab": "^3.7.0"
Minimum code to reproduce:
The text was updated successfully, but these errors were encountered: