Skip to content

Commit

Permalink
Fix some merged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Nov 15, 2023
1 parent 4bb543a commit a8f0e33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth-providers/dbAuth/api/src/DbAuthHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
getSession,
hashPassword,
legacyHashPassword,
isLegacySession,
hashToken,
webAuthnSession,
extractHashingOptions,
Expand Down
1 change: 1 addition & 0 deletions packages/vite/src/streaming/streamHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export async function reactRenderToStreamResponse(
const timeoutTransform = createTimeoutTransform(timeoutHandle)

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

const renderRoot = (path: string) => {
Expand Down

0 comments on commit a8f0e33

Please sign in to comment.