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
That would be a very specific and arbitrary solution for the render function, and not flexible across multiple render() calls.
The concept of delegation should be totally decoupled from exactly which element we render to. We might like delegation to be on any arbitrary node besides the one we render to.
Event delegation is important for portals and pre-emptive hydration techniques. I think it might be possible for Portals to have a different delegation approach(I believe React did something like this for React 17) but this is definitely something that is involved. Especially considering multiple/render hydration entries in things like Islands.
Background
solidjs/solid#1786
event. stopPropagation
is not work as expected.Solution
Change the
render
anddelegateEvents
indom-expressions/src/client.js
Code location
The text was updated successfully, but these errors were encountered: