smartgru
Results
1
comments of
smartgru
@toteto I've add below "resolutions" in package.json and it resolved the above issue. ``` "resolutions": { "@types/react": "17.0.40", "@types/react-dom": "17.0.13" }, ```