Button hints using antd framework in vscode

孤街浪徒 提交于 2019-12-06 01:42:58

Hello I have updated @types/react as 16.8.11 in my package.json. This solved my problem.

Downgrade the "@types/react": "^16.8.8" will solve it

This issue was fixed by antd 3 days ago. Just update your antd to version 3.16.3 and you will be fine.

Execute: npm i antd@3.16.3 --save or yarn antd@3.16.3

If you want more details, you can find in this issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!