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
The Layout.tsx generated by npx create-turbo@latest --example with-tailwind is different from NextJS' 15 own starter template npx create-next-app@latest
Verify canary release
Link to code that reproduces this issue
https://github.com/vercel/turbo/tree/main/examples/with-tailwind
Which canary version will you have in your reproduction?
turbo 2.3.3
Enviroment information
Expected behavior
The with-tailwind example project creates a functioning NextJS 15 project that builds without issues
Actual behavior
Type error in both apps:
To Reproduce
Additional context
The Layout.tsx generated by
npx create-turbo@latest --example with-tailwind
is different from NextJS' 15 own starter templatenpx create-next-app@latest
From "with-tailwind"
NextJS default starter template does not include the JSX.Element return type:
The text was updated successfully, but these errors were encountered: