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
did-insert
The did-insert modifier is missing in apps that don’t use the @ember/render-modifiers addon directly.
@ember/render-modifiers
Uncaught Error: Attempted to resolve `did-insert`, which was expected to be a modifier, but nothing was found.
ember s
ember-cli-flash: 2.1.2 ember-cli: 3.27.0 ember-source: 3.27.0
The text was updated successfully, but these errors were encountered:
Fix missing modifier error in consuming apps
e46ea58
To be included in an app, `@ember/render-modifiers` needs to be a dependency of this addon, not just a dev dependency. Fixes adopted-ember-addons#357.
Fix missing modifier error in consuming apps (#358)
7897ca7
To be included in an app, `@ember/render-modifiers` needs to be a dependency of this addon, not just a dev dependency. Fixes #357.
Successfully merging a pull request may close this issue.
The
did-insert
modifier is missing in apps that don’t use the@ember/render-modifiers
addon directly.Steps to reproduce
ember s
The text was updated successfully, but these errors were encountered: