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
Per the guides page (https://guides.emberjs.com/v2.4.0/components/the-component-lifecycle/#toc_detaching-and-tearing-down-component-elements-with-code-willdestroyelement-code), it looks like willDestroyElement is necessary to do any cleanup on the dynamic-form component.
willDestroyElement
dynamic-form
Unless I'm missing something, that hook doesn't seem to be implemented here yet ;-)
The text was updated successfully, but these errors were encountered:
Hi @acorncom ! Thanks for raising this. I'll look into it.
Sorry, something went wrong.
Thanks @acorncom I'm combining this issue with one written a few months earlier. #24
No branches or pull requests
Per the guides page (https://guides.emberjs.com/v2.4.0/components/the-component-lifecycle/#toc_detaching-and-tearing-down-component-elements-with-code-willdestroyelement-code), it looks like
willDestroyElement
is necessary to do any cleanup on thedynamic-form
component.Unless I'm missing something, that hook doesn't seem to be implemented here yet ;-)
The text was updated successfully, but these errors were encountered: