We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A few components in ember-paper rely on the private Ember API of {{-in-element}}, everything after Ember v3.20.x has deprecated that private API in favor of the now public {{in-element}}. https://github.com/emberjs/ember.js/releases/tag/v3.20.0
ember-paper
{{-in-element}}
{{in-element}}
RFC for this change in Ember
Example: https://github.com/miguelcobain/ember-paper/blob/master/addon/templates/components/paper-tooltip.hbs
The text was updated successfully, but these errors were encountered:
same issue- would love to see this resolved.
Sorry, something went wrong.
Changed references to '-in-element' and changed to 'in-element'
4f690f3
This changed is based on adopted-ember-addons#1165
Successfully merging a pull request may close this issue.
A few components in
ember-paper
rely on the private Ember API of{{-in-element}}
, everything after Ember v3.20.x has deprecated that private API in favor of the now public{{in-element}}
. https://github.com/emberjs/ember.js/releases/tag/v3.20.0RFC for this change in Ember
Example: https://github.com/miguelcobain/ember-paper/blob/master/addon/templates/components/paper-tooltip.hbs
The text was updated successfully, but these errors were encountered: