-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat(solidstart): createSession
hook & hydration fixes
#7331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@OrJDev is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
failing test has nothing to do with my changes |
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
|
9784f29
to
37bb6eb
Compare
fa96b45
to
65aa467
Compare
createSession
hook & hydration fixes
It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks! |
then you can use the
createSession
hook:This will return a resource, in Solid a resource can be used to trigger suspense so this could be used like:
This also triggers suspense so the page will not be loaded until the session was passed.