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
If there is something like:
function dismiss() { visible = false; dispatch('dismiss', { visible, }); }
The event dismiss is properly shown in the doc, but if the function is exported:
dismiss
export function dismiss() { visible = false; dispatch('dismiss', { visible, }); }
The event dismiss is not shown at all.
Originally posted by @TheComputerM in #1 (comment)
The text was updated successfully, but these errors were encountered:
Fix issue #27 (Events is not exposed from exported functions and arro…
f8a292c
…w functions)
Fixed
Sorry, something went wrong.
No branches or pull requests
If there is something like:
The event
dismiss
is properly shown in the doc, but if the function is exported:The event
dismiss
is not shown at all.Originally posted by @TheComputerM in #1 (comment)
The text was updated successfully, but these errors were encountered: