🐞 Patches
blitz
-
db7233d: Bump react, react-dom, @types/react and next versions
This fixes a console warning:
Warning: Received
truefor a non-boolean attribute
global.
when usingstyled-jsx
. Versions bump also fixes React Hydration error that happens on and off when usingredirectAuthenticatedTo
. -
0936cb3: Patch Next.js Suspense issue in all node environments. Previously we only patched it in the
development
environment, but now we make sure it gets patched in theproduction
env (with theblitz build
command) as well. -
3f9fe8f: Exit the CLI process after
blitz new
command is finished
@blitzjs/auth
- db7233d: Bump react, react-dom, @types/react and next versions
@blitzjs/next
- db7233d: Bump react, react-dom, @types/react and next versions
@blitzjs/rpc
- db7233d: Bump react, react-dom, @types/react and next versions
@blitzjs/codemod
-
db7233d: Bump react, react-dom, @types/react and next versions
-
a3b5fdd: Change ES6 import for
withBlitz
during the codemod to the require syntax. -
ebfb562: Add
Script
as a default import from next.js during the codemod.