moroshko/react-autosuggest
在 GitHub 查看Warning about `componentWillReceiveProps` in React's Strict Mode
Open
#624 创建于 2019年3月16日
help wanted
仓库指标
- Star
- (5,936 star)
- PR 合并指标
- (30 天内没有已合并 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.