xiuxiuxiu
xiuxiuxiu
When using '@autobind' on a component, then in tests `sinon.spy(Component.prototype, 'someMethod')` will yield an error: ``` TypeError: Attempted to wrap undefined property undefined as function ... ``` Sorry, currently I...
I'm using RDG with `document` and everything is okay. When I mount my app in a shadowDOM, the RDG runs into an infinite vertical expanding and break the app. And...
Like multiple clicks on [toastr](http://codeseven.github.io/toastr/demo.html)
Hi, I found 'caret' prop is not working for dropdown select(it works well with dropdown). After checking the code, I found **dropdown-select.html** is missing ``. Is it the problem cause?...
related: https://github.com/ant-design/ant-design/issues/38911 A web component could be mount/unmount for multiple times. During when the actual dom could be created/recreated many times. In such case, due to the [cache mechanism: useStyleRegister.tsx#L386](https://github.com/ant-design/cssinjs/blob/master/src/hooks/useStyleRegister.tsx#L386),...