Can't use redux-storage in react-boilerplate anymore #152
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MichaelContento/redux-storage#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I used to add redux-storage to the react-boilerplate without any problems. I've updated both projects and there is an error... I can't figure what's going on... When I configure my store as ususal I get
I've tried many presets/plugins settings in both projects without success...
Having the same problem. @Proxiweb Found a solution yet?
I believe it's something regarding babel versions, and transpilation.
Would you mind pasting your package.json's dependencies and devDependencies ?
I haven't found a solution. I dropped redux-storage and implemented a simpler solution to just store part of the state in sessionStorage.
Fixed with
978760e0abAnd sorry for the late response!
Thanks a lot @michaelcontento