-
|
I'm quite confused about something. It's a common pattern with NextJS App Router to use a Providers wrapper to put all providers. This works to get some hooks functioning in niledatabase/react. But we're getting a Typescript Error -> That's one thing. The second thing is, some hooks work with this implementation, some don't.
Can we clarify exactly how to pass the correct session to the SessionProvider? I know about the SignedIn and SignedOut but they cause the same issue, and there should be some more low level explanation for those who want to just use the hooks and the overall SessionProvider |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
I'll take a look at this. For the first The 2nd one there is a bit more nuanced, but comes from some legacy code that (clearly) isn't cleaned up. The I'll update here when I've got it fixed for the new versions. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for this fix! |
Beta Was this translation helpful? Give feedback.

released 5.0.2 officially with these changes