Closed emibcn closed 4 years ago
New React versions begin a deprecation process for some lifecycles: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
In react-audio-player, the one affected is componentWillReceiveProps, used to update audio element volume with the volume on props.
componentWillReceiveProps
props
New React versions begin a deprecation process for some lifecycles: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
In react-audio-player, the one affected is
componentWillReceiveProps
, used to update audio element volume with the volume onprops
.