foect icon indicating copy to clipboard operation
foect copied to clipboard

[WIP] Mark `componentWillMount`s as unsafe

Open unexge opened this issue 5 years ago • 0 comments

fixes #19.

  • [ ] fix failing tests

tests are failing because unsafe aliases available only in React 16.3+ but tests are running with React 15.4. for using 16.3+ in tests enzyme 2 also needs to be upgraded to 3

unexge avatar Mar 07 '20 08:03 unexge