React recently moved forward with its intent to deprecate and eventually remove unsafe lifecycle methods. This includes componentWillReceiveProps, which this component utilises. As such, usage of this component now triggers a warning in React:

React has some migration directives here: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
React recently moved forward with its intent to deprecate and eventually remove unsafe lifecycle methods. This includes
componentWillReceiveProps, which this component utilises. As such, usage of this component now triggers a warning in React:React has some migration directives here: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props