-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Hey there,
Really great library, working perfectly, no issues to report on my side.
But React warns me about componentWillUpdate being renamed.
Here is the warning :
Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move data fetching code or side effects to componentDidUpdate.
- Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run
npx react-codemod rename-unsafe-lifecyclesin your project source folder.Please update the following components: Player
Nothing to worry at the moment, but you will have to update to fix this 👍
Metadata
Metadata
Assignees
Labels
No labels