No session provider wrapping children in layout.tsx
I noticed that the session provider is no longer wrapping the children in
layout.tsx
when generating a new app using Next auth and the app dir. Was this intended or was it just left out on accident?1 Reply
GitHub
feat: add
SessionProvider
so i can useSession
· Issue #1607 · t...Provide environment information "initVersion": "7.22.0" Describe the bug Session provider from Next auth not wrapping children in src/app/layout.tsx and must be added manually. ...