We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb543a commit a8f0e33Copy full SHA for a8f0e33
2 files changed
packages/auth-providers/dbAuth/api/src/DbAuthHandler.ts
@@ -28,7 +28,6 @@ import {
28
getSession,
29
hashPassword,
30
legacyHashPassword,
31
- isLegacySession,
32
hashToken,
33
webAuthnSession,
34
extractHashingOptions,
packages/vite/src/streaming/streamHelpers.ts
@@ -85,6 +85,7 @@ export async function reactRenderToStreamResponse(
85
const timeoutTransform = createTimeoutTransform(timeoutHandle)
86
87
// Possible that we need to upgrade the @types/* packages
88
+ // @ts-expect-error Something in React's packages mean types dont come through
89
const { renderToReadableStream } = await import('react-dom/server.edge')
90
91
const renderRoot = (path: string) => {
0 commit comments