src/hoc/connected-with-count.tsx 的类型转换不正确
作者: lakinwecker创建于 2020年2月7日更新于 2026年5月23日
描述
在该行中使用 as BaseProps 是不正确的,不是吗? 是不是应该是 as Diff<BaseProps, InjectedProps>? https://GitHub.com/piotrwitek/react-redux-TypeScript-guide/blob/master/playground/src/hoc/with-connected-count.tsx#L43
内容来源: piotrwitek/react-redux-typescript-guide