-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ditch @ember/render-modifiers #88
Comments
NullVoxPopuli
added a commit
to NullVoxPopuli/ember-headlessui
that referenced
this issue
Oct 3, 2021
Closed
Potentially, we could go this approach so that we are compatible with Ember 4 once the old modifier managers are removed: https://github.com/NullVoxPopuli/ember-popperjs/blob/main/addon/-private/-function-modifier.ts |
NullVoxPopuli
added a commit
to NullVoxPopuli/ember-headlessui
that referenced
this issue
Oct 3, 2021
Resolved in #154 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should provide our own modifier implementation for now, because
@ember/render-modifiers
throws a deprecation in Ember 3.22+ and render-modifiers are anti-patternyish https://nullvoxpopuli.com/avoiding-lifecycleThe text was updated successfully, but these errors were encountered: