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
I don't think there's any problem with the event naming. Even HTML events are named like this.
For e.g., when you interact with an input, it fires the change event and not changed.
It's important to use consistent and accurate naming conventions in programming to make code more understandable and maintainable.
on_date_change is really on_date_changed
on_progress_change is really on_progress_changed
on_view_change is really on_view_changed
<other?>
Actually, I prefer to have both the on...change and the on...changed functions (not a simple renaming).
Anyhow, you will have a breaking change.
The text was updated successfully, but these errors were encountered: