styled-components包装泛型组件
🗒️styled-components包装泛型组件
react|2023-6-28|最后更新: 2023-7-2
type
status
date
slug
summary
tags
category
icon
password
Blocking
Blocked by
top
URL
Sub-item
Parent item

问题

Table是一个泛型组件,使用时需要传递泛型
由于要修改样式,使用`styled-components` 进行包装。
但使用StyledTable时泛型无法传递到Table,并报错。
notion image
 
 

解决

styled-components 自身的泛型与被包装组件的泛型有冲突。

解决方法

使用as显示声明。
 

github上的讨论

[TypeScript] styled wrapper doesn't preserve generic props
Updated Dec 4, 2023
首屏渲染方式状态管理库选型
Loading...