Uh oh!
There was an error while loading. Please reload this page.
feat(tanstack-start): Introduce @clerk/tanstack-start - #3538
Conversation
🦋 Changeset detectedLatest commit: ebcedb2 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 |
| export const useAwaitableNavigate = () => { | ||
| const navigate = useNavigate(); | ||
| const location = useLocation(); | ||
| const resolveFunctionsRef = React.useRef<Resolve[]>([]); |
There was a problem hiding this comment.
❓@octoper I remember explictly not using refs for awaitable navigate for nextjs. Is this case different ?
There was a problem hiding this comment.
I followed what we already have in the Remix SDK as it's similar
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…rkHandler and added ability to override options
… attw errors as it's a ESM only package
Description
Introducing an experimental version of Clerk SDK for TanStack Start.
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change