Krystian Mateusiak

Results 2 comments of Krystian Mateusiak

> It working via `--legacy-peer-deps` npm switch. a better solution is to override this in package.json ```json { "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-json-view": "^1.21.3" }, "overrides": { "react-json-view":...