Replies: 1 comment
-
As far as I know that should be fine, but I won't say for certain. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it safe to wrapping SessionProvider in layout.tsx on Next JS App Router? So basically, I need to do some client side fetching that cannot be handle in server component, but as per the example in the documentation, it's wrapping only in the page, not in the layout
Beta Was this translation helpful? Give feedback.
All reactions