Simon Guo

Results 268 comments of Simon Guo

Hi @giacomoaugello1 > How should I handle the "Unrelated code changes to the topic" warnings? You should revert these changes, don't change it. > I edited that code only because...

Hi @lokesh-hgt3299 the current version of the table does not support using `tree` and `expandable` together.

> This works to activate the dark mode. But then I can't change the primary color. The corresponding less variable in dark mode is [@primary-color-dark](https://github.com/rsuite/rsuite/blob/v5.46.1/src/styles/variables.less#L97).

Supported in [email protected] ```tsx // Hide close button // Custom close button ```

Hi @patrickbrito95. `rsuite` depends on `@juggle/resize-observer`. If `define: { global: 'window' }` is configured in vite.config.js, it will probably affect the `global` defined in `@juggle/resize-observer`, resulting in compilation failure. I...

https://github.com/vitejs/vite/issues/6295 This is a bug in Vite, which has been fixed in version 5.0.0. https://github.com/vitejs/vite/pull/11151

This feature is currently not supported.

目前没找到合适解决办法, rowSpan 的合并规则依托于行与行之前的关系, 而 virtualized 为性能考虑是把未在视图范围的行都检查和不渲染,自然也不能通过 rowSpan 进行检查。

@MarvelSQ What breaking changes might occur to users?

@MarvelSQ I think it's necessary to decouple `onOpen` and `onClose` from the animation state. Do you think we can add related test cases for the controlled `open` prop?