Ash Browning
Ash Browning
When I zoom on a MacBook trackpad (and therefore firing a wheel event), I'm able to get callbacks for `onZoomUpdate`, but nothing for `onZoomStart` and `onZoomEnd`. Can these be called...
When specifying the time as a `CustomVideoTime` (ie, 'middle'), the error `TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite.` is thrown. The cause...
When wrapping a component, the name of the component is not carried through to the wrapped component. This means that when snapshot testing or viewing stack traces, a wrapped component...