Use with NextAuth #849
-
So here is a snippet of code I have that ends on Loader component. It should work if I understand conditional fetch correctly. Failed to load, sorry. Error has been logged and we will fix the issue. ); } if (loading || !mydata) return ;` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh. It is not NextAuth at all. You can't destructure anything else than {data}. It kind of make sense, my bad. |
Beta Was this translation helpful? Give feedback.
Oh. It is not NextAuth at all. You can't destructure anything else than {data}. It kind of make sense, my bad.