TS提示类型“typeof FilterForm”中缺少属性“setState”。

如图:
clipboard.png

类型“typeof FilterForm”的参数不能赋给类型“Component<any, any, any>”的参数。
  类型“typeof FilterForm”中缺少属性“setState”。ts(2345)
index.tsx(43, 29): Did you mean to use 'new' with this expression?

请问如何解决?

阅读 2.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题