我对Typescript和创建一个带有Typescript的React应用程序是相当陌生的。我在将道具从一个组件传递到另一个组件时遇到了一些麻烦。当我在父组件中调用我的子组件时,我得到一个错误: Type '{}' is missing the following properties from type 'IProps':
学习typescript并尝试将我的另一个react项目转换为typescript来学习它。我在我的App.tsx文件- Type '{ history: History<unknown>; location: Location<unknown>; match: match<any>; staticContext: StaticContext | undefined; }' has no properties in common with type