You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing error logs for Uncaught TypeError: Cannot read properties of undefined (reading 'ownerDocument') because it looks like handle_event_propagation is being called while the handler_element is undefined.
This is somehow connected to the user having the jam.dev Chrome extension enabled but I am not sure how the two are intersecting.
Reproduction
So far not able to catch this in a REPL.
Logs
Uncaught TypeError: Cannot read properties of undefined (reading 'ownerDocument')
at handle_event_propagation (events.js:144:61)
at HTMLDocument.e (host-additional-hooks.js:2:114630)
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Seeing error logs for
Uncaught TypeError: Cannot read properties of undefined (reading 'ownerDocument')
because it looks likehandle_event_propagation
is being called while the handler_element is undefined.The code in question is here https://github.com/sveltejs/svelte/blob/main/packages/svelte/src/internal/client/dom/elements/events.js#L151
This is somehow connected to the user having the jam.dev Chrome extension enabled but I am not sure how the two are intersecting.
Reproduction
So far not able to catch this in a REPL.
Logs
System Info
System: OS: macOS 15.5 CPU: (10) arm64 Apple M1 Max Memory: 132.94 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 23.7.0 - /opt/homebrew/bin/node npm: 11.2.0 - /opt/homebrew/bin/npm pnpm: 10.11.0 - /opt/homebrew/bin/pnpm Browsers: Chrome: 136.0.7103.114 Safari: 18.5 npmPackages: svelte: ^5.33.7 => 5.32.1
Severity
annoyance
The text was updated successfully, but these errors were encountered: