React legacy lifecycle method deprecation
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
Cheers. The whole library should be moved to use hooks, tbh. It's perfectly suited for them.
Any timeline on when this might be resolved? Or anything I could do to help out?
If you submit a PR with the changes, I'll gladly give it a prompt review and merge. :)