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

Revival #726

Merged
merged 2 commits into from
Mar 16, 2020
Merged

Revival #726

merged 2 commits into from
Mar 16, 2020

Conversation

aberezkin
Copy link
Collaborator

Trying to revive this repo.

First of all babel-plugin-transform-react-remove-prop-types introduced a breaking change after 0.4.19 that doesn't work with babel 6 that is used in this project (for now), so I just fixed its' version to 0.4.19 until we update to babel 7.

Second of all looks like tests were falling because of #681 which introduced breaking change to the lib since older versions of react don't support lifecycle methods with UNSAFE_ prefix. So we either need to change peer-dependency version or call UNSAFE version of the hook in componentWillRecieveProps to support older version (also we need to do this in https://github.com/moroshko/react-autosuggest since it's broken there too).

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.

1 participant