fordring
Results
3
comments of
fordring
希望所有组件都能实现`HTMLAttributes`。 我正在开发antd的低代码组件库,但是低代码的拖拽功能需要获取到dom对象才能进行。 如果没有ref,我就得使用一些html元素包裹antd组件,这么做会导致一些副作用。
I had the same problem.
I had the same problem. I am developing a low-code editor which renders its canvas in ShadowDom and therefore cannot use an external stylesheet. I solved the problem in this...