react-json-view-compare icon indicating copy to clipboard operation
react-json-view-compare copied to clipboard

react 18 peer dependencies error

Open alenocera opened this issue 2 years ago • 1 comments

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!

alenocera avatar May 02 '22 15:05 alenocera

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" } }

alenocera avatar Jul 06 '22 15:07 alenocera