-
Notifications
You must be signed in to change notification settings - Fork 405
Update react version 18 #347
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
base: master
Are you sure you want to change the base?
Conversation
|
+1 |
| }, | ||
| "peerDependencies": { | ||
| "react": "^16.0.0" | ||
| "react": "^18.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this have to require 18? Could this be something more like this?:
"react": ">= 16.0.0 < 19"
Or whatever the lowest functioning version is?
I'm asking because I currently have a repository with React 17.0.2, and it would be nice if React 17 was supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, we use react 17 so your suggestion will work for most use cases.
|
Can we get this merged please? |
|
When this pr is merged? i want to use this package |
|
is this package ever gonna be updated ? |
|
I'm waiting for this to get merged too 🤞 |
|
You can use my package instead it's currently maintaining and has simillar interface 😃 |
Update project to run with React 18