Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/rules/no-unsafe.js
rd565449 r0c6b92a 58 58 UNSAFE_componentWillMount: { 59 59 newMethod: 'componentDidMount', 60 details: 61 'See https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html.', 60 details: 'See https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html.', 62 61 }, 63 62 UNSAFE_componentWillReceiveProps: { 64 63 newMethod: 'getDerivedStateFromProps', 65 details: 66 'See https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html.', 64 details: 'See https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html.', 67 65 }, 68 66 UNSAFE_componentWillUpdate: { 69 67 newMethod: 'componentDidUpdate', 70 details: 71 'See https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html.', 68 details: 'See https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html.', 72 69 }, 73 70 };
Note:
See TracChangeset
for help on using the changeset viewer.