Add warning for React versions lower than 16.4.0
nhunzaker opened this issue · 0 comments
nhunzaker commented
We just hit a fun bug where getDerivedStateFromProps didn't fire correctly. This is resolved in 16.4.0 of React and higher.
We should bump the required peer dependency (probably send out a major release for that) and consider adding a warning to the readme.