moroshko/react-autosuggest
GitHub で見るWarning about `componentWillReceiveProps` in React's Strict Mode
Open
#624 opened on 2019年3月16日
help wanted
Repository metrics
- Stars
- (5,936 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.