polemius / recoil-persist

Package for recoil state manager to persist and rehydrate store
https://polemius.dev/recoil-persist/
MIT License
353 stars 39 forks source link

Update peerDependency of recoil #60

Closed eggplants closed 2 years ago

eggplants commented 2 years ago

Latest recoil's version is 0.7.2. Please update peerDependency if possible. https://github.com/facebookexperimental/Recoil/releases/tag/0.7.2

olasunkanmi1 commented 2 years ago

@eggplants I’m stuck here also. You got an alternative?

eggplants commented 2 years ago

@olasunkanmi1

Official tedious workaround: https://recoiljs.org/docs/guides/atom-effects/#local-storage-persistence

Or, you can do this problematic way: npm i recoil-persist --legacy-peer-deps

polemius commented 2 years ago

I published a new version 4.2.0 with updated peerDependency.

eggplants commented 2 years ago

Thank you for your support so much!