🗒️styled-components包装泛型组件
type
status
date
slug
summary
tags
category
icon
password
Blocking
Blocked by
top
URL
Sub-item
Parent item
问题
Table
是一个泛型组件,使用时需要传递泛型由于要修改样式,使用`styled-components` 进行包装。
但使用StyledTable时泛型无法传递到Table,并报错。

解决
styled-components
自身的泛型与被包装组件的泛型有冲突。解决方法
使用as显示声明。
github上的讨论
[TypeScript] styled wrapper doesn't preserve generic props
Updated Dec 4, 2023