DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.3k stars 735 forks source link

Fix hydration for non-bubbling events #2234

Closed ealmloff closed 2 months ago

ealmloff commented 2 months ago

This PR fixes hydration for non-bubbling events like the onmouseenter event in the hackernews guide. We were not correctly trimming the on prefix from events before checking if the event was bubbling in SSR which meant the default true value was always returned