xiuxiuxiu

Results 5 issues of 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...

help wanted
PR welcome

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...

Feature Request

Like multiple clicks on [toastr](http://codeseven.github.io/toastr/demo.html)

enhancement

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),...