This dispatch()
is completely ignored. Why?
#11353
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment
-
See #4470: you dispatch the event before the parent has attached event listeners. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a REPL for an issue with Svelte dispatch not being called:
Steps to reproduce
Open the REPL
Open the browser console
Go on the "About" page using the link
No message in console. I sould see the message: "handleInput"
Relevant code
The
dispatch('input', value)
is completely ignored.Why?
Beta Was this translation helpful? Give feedback.
All reactions