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
I'd like my app to start with some more complex defaults than what recoil could give by itself. I was hoping that there'd be a way to seed the state into local storage and then have recoil pick that up, but I'm having difficulty with it.
I'm using an atomFamily + atom<id[]> pair, and want to start the app with 2 of the objects. Is there a good way to do this with recoil-persist?
The text was updated successfully, but these errors were encountered:
I'd like my app to start with some more complex defaults than what recoil could give by itself. I was hoping that there'd be a way to seed the state into local storage and then have recoil pick that up, but I'm having difficulty with it.
I'm using an atomFamily + atom<id[]> pair, and want to start the app with 2 of the objects. Is there a good way to do this with recoil-persist?
The text was updated successfully, but these errors were encountered: