moroshko/react-autosuggest
Warning about `componentWillReceiveProps` in React's Strict Mode
开放
#624 创建于 2019年3月16日
help wanted
仓库指标
- 星标
- (5,940 个星标)
- PR 合并指标
- (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.