Tencent / tdesign-vue-next

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

[list] list组件在tsx写法的情况下,会警告"default"插槽问题 #3620

Open Fuego-Zero opened 11 months ago

Fuego-Zero commented 11 months ago

tdesign-vue-next 版本

1.5.7

重现链接

No response

重现步骤

return () => (
        <List split={true} size="small">
          <ListItem>列表内容的描述性文字</ListItem>
          <ListItem>列表内容的描述性文字</ListItem>
          <ListItem>列表内容的描述性文字</ListItem>
        </List>
      );

期望结果

No response

实际结果

[Vue warn]: Slot "default" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.

框架版本

Vue(3.3.4)

浏览器版本

No response

系统版本

No response

Node版本

v18.18.2

补充说明

No response

github-actions[bot] commented 11 months ago

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

github-actions[bot] commented 11 months ago

♥️ 有劳 @LeeJim @ChrisLee0211 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @Fuego-Zero 。