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

Support React 18 #40

Closed
cmmdmx opened this issue Oct 7, 2022 · 0 comments · Fixed by #48
Closed

Support React 18 #40

cmmdmx opened this issue Oct 7, 2022 · 0 comments · Fixed by #48

Comments

@cmmdmx
Copy link

cmmdmx commented Oct 7, 2022

Support latest React 18 version as peer dependency.

This should be as easy as adding:

"peerDependencies": {
    "react": "^16.8 || ^17 || ^18"
  },

into package.json file.

Thanks in advance ✌️

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 a pull request may close this issue.

1 participant