In dioxus all the event handlers use nospace rather than no_space naming conventions, I think that's to match the HTML events. It's a bit odd that the underscore naming is used here and makes using lumen blocks alongside regular dioxus html components very inconsistent.
In
dioxusall the event handlers usenospacerather thanno_spacenaming conventions, I think that's to match the HTML events. It's a bit odd that the underscore naming is used here and makes using lumen blocks alongside regulardioxushtml components very inconsistent.