json-viewer
json-viewer copied to clipboard
React 19 compatibility
Any chance we can upgrade this package to use react 19?
I've added a PR to address this here - https://github.com/TexteaInc/json-viewer/pull/574
@pionxzh not sure if you or someone else is actively maintaining but I'd love to work on getting this package upgraded.
Thanks. I will check it.
Could we upgrade the version of the peer dependency library react to v19 safely now? @pionxzh
same here :-)
The react-19 upgrade has been merged to the next branch if you want to try it.
https://github.com/TexteaInc/json-viewer/pull/574
Not sure when a new version will be deployed 🤷
So... Any updates?
Can it be published?
Or can you provide instructions how to install this package from specific branch?
I'm trying npm install github:TexteaInc/json-viewer#next but it doens't works
@NookieGrey
I ended up doing this in my package.json:
"overrides": {
"@textea/json-viewer": {
"react": ">=17",
"react-dom": ">=17"
}
}