🏷️ fix error caused by react types (#1890)

This commit is contained in:
Chen Zhouji 2021-12-24 15:48:50 +08:00 committed by GitHub
parent 0774b50228
commit 54ca6057ff

View File

@ -90,7 +90,7 @@
"umi-plugin-hire": "^1.0.3" "umi-plugin-hire": "^1.0.3"
}, },
"resolutions": { "resolutions": {
"@types/react": "^16.x" "@types/react": "^17.x"
}, },
"husky": { "husky": {
"hooks": { "hooks": {