react-json-view-compare
react-json-view-compare copied to clipboard
react 18 peer dependencies error
Hi guys, with the new react v18 the dependencies cause an error when npm -i is executed. Can you please provide the fix to the dependencies error on installation? Thank you very much!
Reply to myself, you can use this workaround to compile the project without issue:
"react-json-view-compare": { "react": "18.2.0", "react-dom": "18.2.0" } }