-
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
Decorators error after upgrading to 1.16.0 #6353
Comments
@erandow I haven't been able to reproduce the issue. Could you please share a repro? |
@erandow It looks like the |
I had a similar issue when I upgraded only Remix, but it went away when I upgraded all outdated packages in my app. I imagine npm was picking up an older version of babel for one of my other dependencies. |
This shouldn't be an ongoing issue once #6390 goes out. |
🤖 Hello there, We just published version Thanks! |
@erandow Are you able to check your issue against the night release? |
@markdalgleish, Thanks, It seems that there is no problem with the nightly release. |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Discussed in #6326
Originally posted by erandow May 6, 2023
After upgrading remix to the latest version(1.16.0),
I get the following error after running project locally.]
The 'decorators' plugin requires a 'decoratorsBeforeExport' option, whose value must be a boolean. If you are migrating from Babylon/Babel 6 or want to use the old decorators proposal, you should use the 'decorators-legacy' plugin instead of 'decorators'. [plugin css-side-effects-plugin]
I also set the
future.unstable_cssSideEffectImports: true
but the errors still exist.The text was updated successfully, but these errors were encountered: