martesi

Results 2 issues of martesi

### What problem does this feature solve? antd 的内部组件 Wave 为其他组件,如 Button、Checkbox 提供了灵动的交互效果,在经过许多版本迭代后,现在也已经自带了多种动效,并且也允许开发者自定义特效以供这些 antd 组件使用。 但在实际业务场景中,通常不能单单使用 antd 组件解决所有问题。为了保持统一的交互体验,开发者自行参照官方用法使用私有组件 Wave 时,目前仍然存在一些问题(#47956)。 由于组件尚未公开,针对 issue 来进行调整似乎不太合理,因此希望能确认 Wave 是否已经准备好了开放使用。如果是,希望解决相关问题,为实际业务场景提供更加一致的体验。 ### What does the proposed...

Inactive
unconfirmed

## Description `unmountComponentAtNode` used in `usePortal` is deprecated, possibly removed in React 19. Now in React 18.3, you will get an error message in console when this API is used,...