You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, creating an application via the blitz new command is broken because the codebase was updated to React 19, but the dependencies were not updated (#1, #2, #3, #4)
Paste all your error logs here:
./src/app/components/Form.tsx:7:38
Type error: Namespace 'React' has no exported member 'JSX'.
5 |
6 | export interface FormProps<S extends z.ZodType<any, any>>
> 7 | extends Omit<PropsWithoutRef<React.JSX.IntrinsicElements["form"]>, "onSubmit"> {
| ^
8 | /** All your form fields */
9 | children?: ReactNode
10 | /** Text to display in the submit button */
error Command failed with exit code 1.
Paste all relevant code snippets here:
PASTE_HERE (leave the ``` marks)
What are detailed steps to reproduce this?
Create a new application using the blitz new command.
Run the application build with the command blitz build.
Blitz 0.x won't build on Node > 16 so we need to bump this. Can't quite
tell why but every Blitz 2.x generator and every option in that
generator fails to build locally. We initially thought this was only
[related to latest
2.2.0](blitz-js/blitz#4408), but it's all of
them.
This one was hand massaged from a 2.0 generated project.
Interesting installing dependencies during a deploy via `pnpm` fails:

So this has a npm lockfile instead.
What is the problem?
Hello, creating an application via the
blitz new
command is broken because the codebase was updated to React 19, but the dependencies were not updated (#1, #2, #3, #4)Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
blitz new
command.blitz build
.Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response
The text was updated successfully, but these errors were encountered: