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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#in-element
Don't autotrack during destruction #1630 Solution:
registerDestructor
@ember/component
Examples:
Infinite revalidation
aka, not bugs
"Dynamic tag names in glimmer templates."
on
on:
In the future
prop:
each
undefined
key
The text was updated successfully, but these errors were encountered:
@action
No branches or pull requests
Web Compatibility Bugs
#in-element
cannot directly render in to shadow-dom emberjs/ember.js#20641Reactivity Bugs
resolved with words
Don't autotrack during destruction #1630
Solution:
registerDestructor
@ember/component
Examples:
Infinite revalidation
bug error thrown in willDestroyElement calls if we set any parent properties inside it in Ember versions higher than 5.5.0 emberjs/ember.js#20707Parser Bugs
Completion Bugs / needs implemented (merged RFCs exist already)
aka, not bugs
https://github.com/emberjs/rfcs/blob/master/text/0287-promote-in-element-to-public-api.md
"Dynamic tag names in glimmer templates."
to Stage Ready for Release emberjs/rfcs#1049https://github.com/emberjs/rfcs/blob/master/text/0997-make-on-built-in.md
[Bug] DX: due to destruction happening "at any time" / asynchronously, we cannot ergonomically use a conditional
on
modifier (aka conditionalon
modifiers are not possible if the condition goes from true to true)) emberjs/ember.js#20647on:
(syntax that expands for all modifiers)https://github.com/emberjs/rfcs/blob/master/text/0999-make-hash-built-in.md
https://github.com/emberjs/rfcs/blob/master/text/0998-make-fn-built-in.md
https://github.com/emberjs/rfcs/blob/master/text/1000-make-array-built-in.md
In the future
prop:
Bugs confirmed not in glimmer-vm
each
with anundefined
element andkey
blows up emberjs/ember.js#20786The text was updated successfully, but these errors were encountered: