Skip to content

Commit a8f0e33

Browse files
committed
Fix some merged changes
1 parent 4bb543a commit a8f0e33

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/auth-providers/dbAuth/api/src/DbAuthHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
getSession,
2929
hashPassword,
3030
legacyHashPassword,
31-
isLegacySession,
3231
hashToken,
3332
webAuthnSession,
3433
extractHashingOptions,

packages/vite/src/streaming/streamHelpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export async function reactRenderToStreamResponse(
8585
const timeoutTransform = createTimeoutTransform(timeoutHandle)
8686

8787
// Possible that we need to upgrade the @types/* packages
88+
// @ts-expect-error Something in React's packages mean types dont come through
8889
const { renderToReadableStream } = await import('react-dom/server.edge')
8990

9091
const renderRoot = (path: string) => {

0 commit comments

Comments
 (0)