MadCcc

Results 444 comments of MadCcc

Select will follow the width of placeholder.

It should be nextjs that did something on import from antd, which made the instance of ConfigProvider not the same.

> What we're seeing specifically is that popovers and drawers open/close with a ~0.5-2 second delay This has been fixed in early versions of 5.x.

For those who want to get rid of cssinjs runtime performance, extracting styles at build time is recommended: https://ant.design/docs/react/server-side-rendering/#whole-export And in https://github.com/ant-design/cssinjs/pull/129 , we make page with css file have...

Prefer to have `classNames: { markedDot: string }` for Slider, not to add className by default. Then you can use like this: ```tsx ```

The reproduction works well in 4.24.8 and 5.3.0, closing. https://codesandbox.io/s/duo-ji-cai-dan-antd-4-23-6-forked-p4tbfg

> https://playwright.dev/docs/test-components#step-1-install-playwright-test-for-components-for-your-respective-framework Playwright 相当于把 Jest 替换了,这量有点大。 虽然也有 Jest 方案但是是社区的,可能不稳定。

APITable,可以试下用 antd 的 table 装下