-
Notifications
You must be signed in to change notification settings - Fork 23
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
React lower 18 version is not working and peerDependencies are forcing us to install later version of react #46
Comments
Thanks for pointing this out, I'll release an update in the next couple of days. |
Hi @hanumanthnbalu , I've published v1.8.2, which has the minimum React peer dependency at 16.0.0, which should solve your problem. |
Thanks @CarlosNZ issue is resolved.
i observe these things, i thaught to share with you as a suggestion |
Thanks for the suggestions.
You can already override the existing icons: https://github.com/CarlosNZ/json-edit-react?tab=readme-ov-file#icons Were you thinking of more than this?
Yeah, can you provide me with a chunk of JSON where I can test this problem?
I don't know much about this side of things. Any idea how to get the npm page to show up? I only know how to manually index stuff from my own sites, not individual pages on the npm site. |
@CarlosNZ for the indxing use keywords in package.json for example (you can add the relavent keywodrs in it). use descriptive titles, meta descriptions, and relevant headings. in package documentation. check your indexing status here, and verify your domain |
@CarlosNZ custom icons whatever is exist now that's fine along with that we can give option to give their own custom icons and custom functionalities is would be greatful |
Im still running into issues installing 1.8.4
|
If I install 1.8.1 I can get it working |
Okay, can you try v1.9.0 ? I've moved @types/react into devDependencies and set |
i'm still having this issue:
|
@michelcrypt4d4mus Would you mind sharing a basic repo where you can replicate this? I can't see it in the ones I'm working with, so hard to know what to do. It must be something to do with the bundler being used -- I've used it in a projects with Vite and with Webpack with no issues. And at worst I've seen it give a warning, but not an error. |
i temporarily put the various config files for the project in a public repo. will take down in a few days but feel free to look around. it's a react-native app being built with expo if that seems important. also while i am an experienced developer javascript / node is not something i work with super often so i may be missing something obvious. |
i have no idea if this matters but reviewing this repo's "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0", |
did you manage to grab a copy of the repo yet? just wanted to check before i take it down. |
Yup, I've cloned it, thanks 👍 |
Okay, @michelcrypt4d4mus -- have sorted this now. The problem was that I had I've re-published (v1.9.2) now with Thanks for sharing that BTW -- makes it so much easier to debug this kind of thing if I can see the problematic environment directly :) |
interestingly i just ran into a very similar looking error installing |
...and now i tried to install
thankfully though i did the same thing and tried to re-run it with |
Okay, I've moved this new problem over to a new issue: #59
Yeah, I generally use yarn myself, which avoids a lot of |
"peerDependencies": {
"@types/react": "^18.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
if we are using js, is it required to insall types and docer build is failing due to dependency and react version expections
Expected behavior
it should work for react version of 16 or greater
Screenshots
The text was updated successfully, but these errors were encountered: