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
Quick fix for prop event names with underscores
i.e. `bounds changed` becomes `Bounds_changed` with current camelize, so prop name has to be `onBounds_changed`.
This fixes it so that the prop name will be `onBoundsChanged`
0 commit comments