YiJie

Results 46 comments of YiJie

https://github.com/NWYLZW/grafana/commits/feature/control-nav You can take a look at my branch @JiiAndddy

> I add a configuration kiosk=full-var. see: [dc-orz@bb51f11](https://github.com/dc-orz/grafana/commit/bb51f1103a7dc705e3f6cf6307f34b7240a4437a) It seems that what you and I are dealing with are no different, and you do not follow grafana's code style, and...

We still really need this feature, otherwise, as component library developers, we would have to import React in each file, which is really painful.

Another year has passed, and version 5.x has now been released. This version has optimized the performance of comparison. Is it possible to consider introducing this feature in the new...

https://github.com/satorijs/qq-guild-sdk/blob/master/packages/core/test/index.spec.ts#L48-L53 欢迎试试我的,或者尝试一下 koishi ,koishi 的 adapter 也是基于该 sdk 封装的

所有的图标都会这样?样式是哪个?改的是哪个?默认应该是没有 scale 3 这个属性的。

作为组件库来说,传入参数不应该去限制你传入的默认行为,不过如果确实有广泛的需求,或许回头可以考虑提供一个参数出来。 但是实际上在这一块来说,你应该正确的在 react 中进行 debounce,在你的示例中,你并没有正确的进行效率优化,你需要使用合适的与 react 结合的 hook 来对数据进行优化,你可以参考该 [hook/use-debounced-value](https://github.com/SukkaW/foxact/blob/master/src/use-debounced-value/index.ts) 来优化你的代码。

增加遍历好的 tag 列表具体是指?

当我尝试在 tdesign-react 项目启动的 start 指令中的开发服务上复现时,这居然是无法触发的。 ![Export-1700727843943](https://github.com/Tencent/tdesign-react/assets/51358815/a0d2e97c-1a6b-45fa-b436-6ec61d10d785) 文件路径在:`src/tree/_example/base.jsx` 修改内容: ```typescript export default () => node.data.isEditing ? node.setData({ ...node.data, label: e.target.value, isEditing: false })} onClick={e => e.stopPropagation()} /> : { e.stopPropagation(); node.setData({...

经过讨论,可能是由于 common submodule 没有更新导致的 tree node class 的数据响应式关系并未关联上导致的 setData 无法触发数据更新。