-
Please take a glance of these materials as they are required for doing this test project
1. [TurboRepo](https://turbo.build/repo/docs)
2. [TailwindCss](https://tailwindcss.com/docs/installation)
…
-
### Reproduction link
I tried a sample code with about 20 tables:
v5 https://deepmess.com/antd5performance/5.1/build/
v4https://deepmess.com/antd5performance/4.24/build/
### Steps to reproduce…
-
## 全量导入
组件数轻松上20, 我已经没有耐心使用按需导入了。
暴力 `import Antd from "ant-design-vue"` 提示Antd找不到~, 解决办法: 把babel.config.js中的下面这段删除,
```js
plugins: [
[
"import",
{
libraryName: …
-
### Reproduction link
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/antd-reproduce-5x-w2h2zc?file=demo.tsx)
### Steps to reprod…
-
Custom lại style của Table theo design phía dưới ==> Uư tiên dùng taildwind , nếu không được thì dùng css nhưng hãy style thẳng vào class cha của table antd chứ ko bọc div bên ngoài nhé
![Image](http…
-
### Reproduction link
[https://github.com/yuzh0816/antd-test](https://github.com/yuzh0816/antd-test)
### Steps to reproduce
执行npm run dev后,打开控制台即可看到报错
### What is expected?
希望这处报错被解决。
…
-
### Reproduction link
```typescript
import React from 'react';
import './index.css';
import { SearchOutlined } from '@ant-design/icons';
import { Input, Table } from 'antd';
import type { Column…
-
After update from v1.14.2 to v1.14.3 I noticed that @rc-component/trigger doesn't work good with portals as previously.
We use the react-select with portal inside the antd Table filter dropdown (ant…
-
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
### 🐛 bug 描述
代码如下:
```ts
column = [
{
title: '第一列',
fixed: 'left',
},
{
…
-
antd pro qiankun加载子应用报跨域错误
## What happens?
antd pro 5主应用引用antd pro5子应用,页面一直loading
## How To Reproduce
1. 初始化APP1(antd pro 5),在config.ts中配置 ,内容如下
qiankun: {
master: {
// 注册子…