Yegor
Results
11
comments of
Yegor
@apeiniger we had similar issues and resolved it with ``` "resolutions": { "@types/react": "19.0.10", "@types/react-dom": "19.0.4" }, ``` in `package.json`. @zapbulon 's fork is still needed though because otherwise it...