Skip to content

Commit b4b54ff

Browse files
authored
chore: update changeset
1 parent 77b6343 commit b4b54ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/itchy-zoos-shake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@clerk/tanstack-react-start": minor
33
---
44

5-
Reuses existing `Auth` object from the server handler
5+
Reuses existing `Auth` object from the server handler when using `getAuth()`
66

77
The `createClerkHandler` helper now returns a Promise and requires awaiting during setup to ensure authentication context is available at the earliest possible point in the request lifecycle, before any router loaders or server functions execute
88

@@ -22,4 +22,4 @@ export default defineHandlerCallback(async event => {
2222
const startHandler = await handlerFactory(defaultStreamHandler); // awaited
2323
return startHandler(event);
2424
});
25-
```
25+
```

0 commit comments

Comments
 (0)