Rylan

Results 95 comments of Rylan

正如上面评论所言,应该直接读取 `node.label` 而不是 `node.data.label` `node.data` 对应的是 `Tree` 传入的原始 `data`,不会主动更新 **如果通过 `setData`,目前不会自动刷新是一个 Bug,预计下个版本修复并发布**

在 `1.11.8` 版本中引入的新特性已经解决了这个问题 相关 PR:https://github.com/Tencent/tdesign-react/pull/3513/

确实不太合理...一个临时方案,将 `indicator` 隐藏掉,就可以完全显示自定义的动画 ```tsx ```

无法复现,包括这个 DEMO 或者最新版本

理论上 PC 端组件库不会特意新增这个 API...想要兼容移动端场景,可以考虑自己封装,参考代码如下 ```tsx import React, { useRef, useState } from 'react'; import { Swiper } from 'tdesign-react'; const { SwiperItem } = Swiper; export default function BasicSwiper() {...

这个是 busuanzi 脚本访客统计问题,不是 NotionNext 的问题 👀

访问量的计算方式是阅读任何一篇文章都会 +1,访客量才是区分不同人。 理论上并没有错误,这个脚本开源且流行挺久的,你可以自己修改代码隐藏。

Duplicated as https://github.com/Tencent/tdesign-react/issues/3444