polemius/recoil-persist

Update peerDependency of recoil

Opened this issue ยท 4 comments

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

@eggplants Iโ€™m stuck here also. You got an alternative?

@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

I published a new version 4.2.0 with updated peerDependency.

Thank you for your support so much!