会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chuckQu
博客园
首页
新随笔
联系
订阅
管理
2022年8月23日
React报错之React hook 'useState' cannot be called in a class component
摘要: 正文从这开始~ 总览 当我们尝试在类组件中使用useState 钩子时,会产生"React hook 'useState' cannot be called in a class component"错误。为了解决该错误,请将类组件转换为函数组件。因为钩子不能在类组件中使用。 这里有个例子用来展示错
阅读全文
posted @ 2022-08-23 22:28 chuckQu
阅读(2171)
评论(0)
推荐(0)
编辑
公告