moroshko/react-autosuggest

Warning about `componentWillReceiveProps` in React's Strict Mode

开放

#624 创建于 2019年3月16日

 (9 条评论) (54 个反应) (0 位负责人)JavaScript (569 个派生)batch import
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.

https://github.com/moroshko/react-autosuggest/blob/d626cef720df0ed5a4c7df4d539836b86bda6afa/src/Autosuggest.js#L124-L143

贡献者指南