diff --git a/src/Video.tsx b/src/Video.tsx index f85524764a..7cdbc211cd 100644 --- a/src/Video.tsx +++ b/src/Video.tsx @@ -549,7 +549,7 @@ const Video = forwardRef( onVideoEnd={onEnd} onVideoBuffer={onBuffer ? onVideoBuffer : undefined} onVideoPlaybackStateChanged={ - onPlaybackRateChange ? onVideoPlaybackStateChanged : undefined + onPlaybackStateChanged ? onVideoPlaybackStateChanged : undefined } onVideoBandwidthUpdate={ onBandwidthUpdate ? _onBandwidthUpdate : undefined