You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
86:5 error componentWillUpdate is deprecated since React 16.3.0, use UNSAFE_componentWillUpdate instead, see https://reactjs.org/docs/react-component.html#unsafe_componentwillupdate react/no-deprecated
The text was updated successfully, but these errors were encountered:
I think it's already pinned in package.json but it seems like the linter also needs to be told what version to use. Running the linter on master yields this warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration.
On master,
npm i && npm run test
fails withThe text was updated successfully, but these errors were encountered: