-
Notifications
You must be signed in to change notification settings - Fork 145
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
Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvokables #2210
Conversation
In my v2 addon, I get the following error under the
However, I'm not defining these configs anywhere in my codebase. Here is the failing CI run: https://github.com/miguelcobain/ember-yeti-table/actions/runs/12661940772/job/35286056334 Pinning the previous "resolutions": {
"@embroider/compat": "3.7.1"
} in the root |
Seeing the same failure in our CI run here: https://github.com/Bagaar/ember-graphql-mocking/actions/runs/13159870096/job/36725656239 Is there a good way to circumvent this? Maybe by setting these props manually in the |
the best way that I've seen to fix this is to re-roll your lock file. ember-try really shouldn't be using a lock file for any of this but making sure that you have the latest |
That worked, thanks! |
No description provided.