使用antd组件时候,运行react项目报错:
The old API will be supported in all 16.x releases, but applications using it should migrate to the
所有以前16个版本都将支持旧的API。x版本,但是使用它的应用程序应该迁移到新版本,
这里只需要将App.js文件下的React.StrictMode删除掉即可。
The old API will be supported in all 16.x releases, but applications using it should migrate to the

相关文章: