-
Notifications
You must be signed in to change notification settings - Fork 298
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
fix(tanstack-start): Merge router context instead of updating #4345
fix(tanstack-start): Merge router context instead of updating #4345
Conversation
🦋 Changeset detectedLatest commit: 81f84d1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
9dce162
to
c734a43
Compare
6c3268e
to
3cb80bd
Compare
Will this be merged before the next release? It's currently breaking all TanStack Start apps that use the router context during SSR. |
4f331c4
to
63dfb52
Compare
Hey @phibr0 ! I'm working on this today and I will try to have it merged by the end of the day |
63dfb52
to
81f84d1
Compare
9655f31
into
clerk:vaggelis.fix/merge-initial-context
Work for this issue has been moved on this PR |
Co-authored-by: Vaggelis Yfantis <[email protected]>
Description
This PR fixes bug where the initialisation of Clerk overwrites the context, by merging the original/existing context with the
clerkInitialState
.Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change