Open hainessss opened 1 year ago
adding a default to the atom gets the server unstuck. but then the syncEffect doesn't populate the atom
Think the answer here is actually to just use Jotai. This project seems effectively dead. Which is too bad because I was really enjoying working with it.
Any update on this? Running into the same thing with recoil-sync
why not use default value in myList atom ?
https://github.com/hainessss/recoil-sync-next/blob/main/src/pages/MyList.tsx#L7
Hey there, been stuck on this issue awhile:
When using the RecoilSync component with an async read prop, the nextJs server gets stuck and the page won't load. no error is thrown.
Here is a super simple reproduction: https://github.com/hainessss/recoil-sync-next
This also happens with next 12.
Any ideas what needs to be done to get this working? thanks