This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
🐛 Bug: Out-of-the-box SessionProvider results in Webpack Error in Next.js app #887
Labels
bug
Something isn't working
Search terms you've used
Bug description
Receive this error: (log) when calling useSession hook in base component.
To Reproduce
@inrupt/solid-ui-client
useSession
andSessionProvider
from@inrupt/solid-ui-client
const {session} = useSession()
and add<SessionProvider
to componentExpected result
Access values from session.
Actual result
Environment
Additional information
Worked on a React non-Next.js app.
The text was updated successfully, but these errors were encountered: