Rules
no-component-will-mount
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Features
🔍
🔄
Presets
core
recommended
recommended-typescript
recommended-type-checked
What it does
Prevents usage of componentWillMount
in class components.
This API has been renamed from componentWillMount
to UNSAFE_componentWillMount
. The old name has been deprecated. In a future major version of React, only the new name will work.
A safe codemod is available for this rule.