Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.47k stars 484 forks source link

[table] 制作树形表格时使用treeExpandAndFoldIcon 更改折叠/展开icon时报错React is not defined #4793

Open hfswq opened 3 days ago

hfswq commented 3 days ago

tdesign-vue-next 版本

1.10.4

重现链接

No response

重现步骤

根据官网示例使用t-enhanced-table组件,自定义折叠icon时报错React is not defined table-bug

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

github-actions[bot] commented 3 days ago

👋 @hfswq,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

PengYYYYY commented 1 day ago

是不是没有在 vue 文件里用 tsx/jsx ?

image
hfswq commented 6 hours ago

加了编译器的jsx 是否还有其它依赖需要安装?