phibar
Results
1
comments of
phibar
for me another solution works downgrading react-scripts from v5 to v4 so minimal dependencies in my case: ``` "dependencies": { "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "react": "^17.0.2", "react-data-grid": "^7.0.0-beta.7", "react-dom": "^17.0.2",...