Remove unsafe lifecycle methods from our components #4902
Labels
package: react
carbon-components-react
role: dev 🤖
severity: 4
https://ibm.biz/carbon-severity
type: bug 🐛
We use
UNSAFE_
lifecycle methods in several components that cause errors to be displayed in our storybook and to end-users. We should remove our usage of these components in the following components:src/components/StructuredList/StructuredList.js:142: UNSAFE_componentWillMount() {
src/tools/withState.js:16: UNSAFE_componentWillMount() {
The text was updated successfully, but these errors were encountered: