Recoil Async Selector does not work with Next.js #2269
Unanswered
Yuya-Furusawa
asked this question in
Q&A
Replies: 3 comments
-
I have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
im having exact the same issue.. i saw the version 0.77 it was fixed but was not |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I tried to use recoil selector which includes async functions in my Next.js project.
However, the page keeps displaying a fallback and does not render Component. Recoil Async Selector does not return values even when async function is finished.
Sample Code below:
CodeSandbox is here: https://codesandbox.io/p/sandbox/cool-mopsa-t3zmx9
(if the problem is not reproducible, click "Restart Task" in "Start Dev Server". You can see the loading does not finish.)
Would appreciate any ideas about it, thank you.
Beta Was this translation helpful? Give feedback.
All reactions