Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Mark componentWillMounts as unsafe #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

unexge
Copy link
Owner

@unexge unexge commented Mar 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade LifeCycle event componentWillMount to fit newest React Native version
1 participant