-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Error: Decorating class property failed. Please ensure that proposal-class-properties is enabled and runs after the decorators transform. #447
Comments
NullVoxPopuli
added a commit
to CrowdStrike/ember-toucan-styles
that referenced
this issue
Jun 8, 2022
ember-cli-babel is super buggy with modern packaging, it seems. See: emberjs/ember-cli-babel#447
NullVoxPopuli
added a commit
to NullVoxPopuli/embroider
that referenced
this issue
Jun 9, 2022
Here is a reproduction: NullVoxPopuli/ember-resources#616 the ember app gives this error:
|
ah ok, getting context back now -- I saw this in the babel output:
how rude |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error occurs when I'm consuming a V2 addon that has not complied away class properties.
This is incorrect behavior, because
Is there a way to tell ember-cli-babel to ignore v2 addons? or maybe only run "if it needs to"?
I guess maybe a core_er_ issue is that ember-cli-babel is incorrectly determining that it needs to run on the v2 addons?
The text was updated successfully, but these errors were encountered: