handler_element undefined #16043
Labels
awaiting submitter
needs a reproduction, or clarification
Milestone
Content-Length: 226658 | pFad | http://github.com/sveltejs/svelte/issues/16043
44Fetched URL: http://github.com/sveltejs/svelte/issues/16043
Alternative Proxies:
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: