-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev/server-build.ts
is missing isSpaMode
#8497
Comments
Ah, looks like there's already a fix underway at #8492. Closing this. |
yeah the workaround mentioned above or |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Reproduction
I'm trying to update an existing 2.4.1 project to 2.5.0, and I see a typecheck failure.
I think it's because in this file https://github.com/remix-run/remix/blob/main/packages/remix-dev/server-build.ts, you need to add
My workaround is to rewrite my code like so:
System Info
Used Package Manager
npm
Expected Behavior
Typescript shouldn't complain with a standard template/starter kit.
Actual Behavior
Oh I went into detail in the reproduction. Typechecking fails.
The text was updated successfully, but these errors were encountered: