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
destroy
The example given in the guide for yield elements does not work currently, as it attempts to use .destroy() directly in event handlers, which validateElement does not recognize as a valid callee.
.destroy()
validateElement
The text was updated successfully, but these errors were encountered:
Good catch — PR inbound
Sorry, something went wrong.
include destroy as valid built-in method for event handlers (fixes #523)
754688c
Merge pull request #526 from sveltejs/gh-523
9ae2540
include destroy as valid built-in method for event handlers
Successfully merging a pull request may close this issue.
The example given in the guide for yield elements does not work currently, as it attempts to use
.destroy()
directly in event handlers, whichvalidateElement
does not recognize as a valid callee.The text was updated successfully, but these errors were encountered: