-
Notifications
You must be signed in to change notification settings - Fork 6
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
The {{in-element}} helper cannot be used #2
Comments
Thanks for reporting! Published 0.1.3 which should hopefully fix your problem! |
Magic - thanks. I don't suppose you know of any working examples of using {{in-element}} in Ember? |
I used it here:
(both through https://github.com/DockYard/ember-maybe-in-element, but that's basically the same, just adding the Important is that the |
Thanks I'll take a look at those :) |
I am also seeing this. I have Yet, my project won't build because a dependency, ember-mapbox-gl, uses
How is this happening? I have a polyfill installed that I assume enables the use of this. Yet... I get this message. |
Opened an issue DockYard/ember-maybe-in-element#61 |
Hey dude, i was dealing with the same issue as you, what i did to resolve it was to downgrade my package-lock to the previous version, its a workarround solution, but work for me. |
@obrunofontana @allthesignals I'm facing a similar issue. Could you please provide more details about downgrading? Do you mean downgrading the |
@pzubar Probably too late, but it seems like it is caused by |
Using Ember v3.3.0 when attempting to use in-element I get the error message:
The {{in-element}} helper cannot be used
The text was updated successfully, but these errors were encountered: