DioxusLabs / dioxus

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

Fix event handler drops #2288

Closed matthunz closed 2 months ago

matthunz commented 2 months ago

2286 Event handlers used as component props may currently be dropped twice or not at all due to a bug in props.

This fixes the error for Option<EventHandler> by updating looks_like_event_handler_type

marc2332 commented 2 months ago

not at all

Unfortunately, looks like my issue persists 🥲

I guess it makes sense as your change only affects optional event handlers