-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
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
Events timeline: every event displayed multiple times #648
Comments
Never mind, it was me 😞 After restarting Chrome (and thereby also Vue devtools) it worked as expected. |
Wait a minute. It just happened again. Every event displayed twice. I tried disabling Chrome DevTools ( Things tried:
|
Just found a way to make it work: After restarting the Vite development server, every event is only displayed once, as it should be (until I reopen Chrome DevTools). 🎉 My script in "scripts": {
"dev": "SET NODE_ENV=development && vite --force -d"
} This lead me to the (now) quite obvious conclusion: Just reloading the page also fixes it. (How did I miss to test that one!?) |
This happens under both Keyboard and Component events (while Mouse show no events whatsoever).
Example when hitting the A key once:
The first two events are identical
keydown
events, then two identicalkeypress
events and lastly two identicalkeyup
events.Another example with component events:
Also, do the different colors have any specific meaning?
The text was updated successfully, but these errors were encountered: