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

Wrong react peerDependency in package.json #11

Closed
ali-hosseini-deriv opened this issue Apr 7, 2022 · 3 comments
Closed

Wrong react peerDependency in package.json #11

ali-hosseini-deriv opened this issue Apr 7, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@ali-hosseini-deriv
Copy link

Because of peerDependency that you have added to the package.json it's not possible to use the package with react 17
as of npm 7 came the peerDeps concept had some changes.

simply if you want to make it workable with react 17 you can add

    "peerDependencies": {
        "react": ">16.0.0"
    },
@Farzin-Firoozi Farzin-Firoozi added the enhancement New feature or request label Apr 7, 2022
@Farzin-Firoozi
Copy link
Owner

Thanks for the notice.
I'll fix it ASAP.

@Farzin-Firoozi
Copy link
Owner

Version 1.1.1 is published now. 🥳
Your problem should be solved. ✅

@ali-hosseini-deriv
Copy link
Author

wow!
so agile, thanks man ;-)

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

No branches or pull requests

2 participants