yarn.lock #4020
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
| Event | Environments |
|---|---|
|
YoussefHenna
approved
|
NPM Publish |
Annotations
3 warnings
|
build:
packages/core/src/components/MediaPlayer/VideoPlayer/VideoPlayer.tsx#L179
React Hook React.useEffect has missing dependencies: 'onPlaybackFinish' and 'onPlaybackStatusUpdateProp'. Either include them or remove the dependency array. If 'onPlaybackStatusUpdateProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
build:
packages/core/src/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.tsx#L81
React Hook React.useEffect has missing dependencies: 'isLooping', 'onPlaybackFinish', and 'onPlaybackStatusUpdateProp'. Either include them or remove the dependency array. If 'onPlaybackStatusUpdateProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
build:
packages/core/src/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.tsx#L59
React Hook React.useEffect has a missing dependency: 'onPlaybackStatusUpdateProp'. Either include it or remove the dependency array. If 'onPlaybackStatusUpdateProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
|