Stephen Zhang

Results 24 comments of Stephen Zhang

@rmapes I met the same problem with you. After some digging, I realize that #202 indeed solves the problem. Watch the demo video closely: ![image](https://github.com/brimdata/react-arborist/assets/836455/89d015c3-ae0c-4a7e-bab7-0392718fb93f) ![image](https://github.com/brimdata/react-arborist/assets/836455/912b57d5-9374-4d2f-9d61-caa8169bf7db) When cursor is below...

Thanks! I think I found the problem. Lens App is downloading `kubectl`, my network to the downloading source is very slow, it may need to take more than an hour...

Same problem here, I use custom handler to overcome this: ```tsx { if (!isResizable) { // do not return null here, or it throws error return } // this is...

我也有同样的问题,react-router v7 + vite ssr + antd 5.28.0 (已升级到最新版) + ant-design/x 1.6.1 (已升级到最新版)。当代码中没有使用ant-design/x 时,一切正常,antd 都能正常用。当从 ant-design/x 中 import 组件使用时就报这个错了。