moroshko/react-autosuggest
Warning about `componentWillReceiveProps` in React's Strict Mode
Open
#624 opened on Mar 16, 2019
help wanted
Repository metrics
- Stars
- (5,940 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
React's Strict Mode warns about "Unsafe lifecycle methods were found within a strict-mode tree".
componentWillReceiveProps: Please update the following components to use static getDerivedStateFromProps instead.