Replies: 2 comments
-
|
I think you should check out #30174 and post your current |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
well 5 years later we are still here without decorators :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have just upgraded to NextJS12, everything worked surprisingly well after a few rough edges were sorted (random javascript out of memory exceptions which mysteriously dissapeared when I commented out an unused component!)
I'm currently using a few babel presets so wont be benefiting from the RUST compiler until they can be sorted out, I know styled-components is coming but I wanted to know if there were plans to add support for "@babel/plugin-proposal-decorators", "@babel/plugin-proposal-class-properties" and "babel-plugin-parameter-decorator"
I use them extensively in my serverless functions with type-graphql (another great package, highly recommended you guys check it out).
Beta Was this translation helpful? Give feedback.
All reactions