-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
V2 issue: AppConfig should not have v2 future flags #7253
Comments
Huh, interesting. That type is I guess we can union that with a |
That sounds good. I'm just sure many people will upgrade and they'll have to run the server to realize they still need to remove the old feature flags, so this is probably worth it. |
Yeah - since the config is not TS by default we did add some build time warnings for those in https://github.com/remix-run/remix/blob/dev/packages/remix-dev/config.ts#L566. But if folks are using TS like this it would be nice to let them know 👍 |
Agreed, those warnings are definitely nice 👍 Thanks! |
Fixed by #7261 and will be included in Remix v2 |
🤖 Hello there, We just published version Thanks! |
What version of Remix are you using?
0.0.0-nightly-49e8da1-20230823
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
TS Playground:
Expected Behavior
v2 future flags should not be allowed with nightly (v2)
Actual Behavior
v2 future flags are allowed in nightly (v2)
The text was updated successfully, but these errors were encountered: