Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Support React 17 #153

Closed
wants to merge 1 commit into from
Closed

Support React 17 #153

wants to merge 1 commit into from

Conversation

AndreyMZ
Copy link

Fixes #149.

@kanbanbot kanbanbot added the WIP label Jun 22, 2021
@avalenti89
Copy link

UP.
(I'm going to use your fork in production)

@@ -71,8 +71,8 @@
"webpack": "3.5.5"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also do "react": "0.14 - 17" (or even "react": "*" if it doesn't matter that much)

@AndreyMZ
Copy link
Author

AndreyMZ commented Sep 2, 2021

It looks like this project is not maintained. So, I am closing this PR.

@AndreyMZ AndreyMZ closed this Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add react 17 as peer dependency
4 participants