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
BREAKING CHANGE: Add independent debounced new image BREAKING CHANGE
This is a breaking change for any consumer using the `onNewImage` prop with the `onNewImageDebounceTime` set to a value other than 0.
This change creates a new property `onNewImageDebounced` that calls it's callback based on the `onNewImageDebounceTime` prop's value. `onNewImage` continues to fire at the normal rate.
0 commit comments