百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#204·react-redux-typescript-guide

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

查看 GitHub 原文在 GitHub 查看讨论