-
My dependencies
```
"next-with-less": "^3.0.1",
"next": "13.4.6",
"tailwindcss": "3.3.2",
"postcss": "8.4.24",
"autoprefixer": "10.4.14",
"antd": "^4.24.10",
"less": "^4.1.3",
"less-l…
-
import React from 'react'
import { DatePicker, Card, Table, TableColumn } from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import { DatePicker as ReactDatePick } from "antd"
import …
-
hi. i am using `lerna` monorepo setup for my project. where we can have multiple react projects in the same repo. which enables us to achieve maximum code re-use and shared components.
one of the r…
-
### Reproduction link
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/antd-reproduce-5x-az6c7n?file=demo.tsx)
### Steps to reprod…
-
**Environment**
```bash
$ node --version
v11.1.0
$ npm --version
6.4.1
```
**Steps to reproduce**
```
git clone https://github.com/StephenChou1017/react-big-scheduler.git
cd react-big-sc…
-
### Reproduction link
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-egpzza?file=demo.tsx)
### Steps to reproduce
官网的示例…
-
### 🧐 问题描述
自定义Actions中的按钮引入antd的Button/图标,会报错:
![image](https://github.com/ant-design/pro-chat/assets/39940799/18661077-9681-43d1-8b15-1773b8ca5240)
### 💻 示例代码
`
{
retu…
-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
Allow the…
-
从 `ant-mobile` 那边进来看的, 发现楼主 用 `babel-plugin-antd` 而不是用 `antd官方推荐` 的 `babel-plugin-import` 打包 `ant-mobile` 的原因是什么?
另外想问下, 楼主在 webpack2.x 下打包过 `ant-mobile` 没有?我在webpack1.x下是可以正常编译, 但是在 webpack2.x下, 总…
-
### Reproduction link
```typescript
import React from 'react';
import './index.css';
import { SearchOutlined } from '@ant-design/icons';
import { Input, Table } from 'antd';
import type { Column…