-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
modifierManagerCapabilities is not a function #14
Comments
Previously it was a typo: Updating to |
Ya, but ember-polyfills/ember-modifier-manager-polyfill#10 specifically added support in the polyfill for consistently importing |
[email protected] directly depends on [email protected] (here) so we should have the most recent version with that fix in it... @gossi - Can you share a bit of info:
|
|
Ahh, so I think you need to update your canary SHA. The polyfill uses There really isn't much we can do here for this AFAICT, I'd suggest updating your canary SHA ( |
That's true, updated the SHA this morning (wo/ even reading it). I love it when things magically work :) |
OK, sorry for the troubles here @gossi. Going to go ahead and close this one. |
We've seen this error popping up at various projects. The reason being we have the dependency:
"@ember/render-modifier": "^1.0.0"
. With1.0.0
it was working fine but after an upgrade to1.0.1
we are seeing this error message:Our workaround was to specify the version of this package to
v1.0.0
. That said it doesn't necessarily have to be this package cause it, but can be a very mixed constellation of packages that is causing it.The text was updated successfully, but these errors were encountered: