-
使用create-react-app2.1,typescript,eject。按需加载后,引入react-hot-loader,antd组件在第一次引入的时候报错:
![wx20190109-211213](https://user-images.githubusercontent.com/28568578/50901507-54db2580-1453-11e9-9811-8aee6720b5f…
-
有依赖包锁了 react@19
项目里面指定安装 react@18 不能解答这个问题,需要
```json
"resolutions": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
```
https://github.com/umijs/tnf-ant-design-pro/blob/main/packag…
-
### 步骤:
### (1) 配置 less
```
//1.yarn add less less-loader
//2.yarn eject 把webpack配置文件暴露出来
抛出这个问题:
? Are you sure you want to eject? This action is permanent. Yes
This git repository has un…
-
```ts
import React, { useEffect, useState } from "react";
import { Button, Form, Modal, Spin } from "antd";
import "./FormModal.less";
interface FormModalProps {
visible: boolean;
onCancel…
-
This is a follow-up to [this issue](https://github.com/vazco/uniforms/issues/691).
When using `tag mode` with `SelectField` with `antd`, the field is validated, but the validation message is not sho…
-
### 🥰 Feature Description
When I want to clean some of my history I need to confirm everytime which I find annoying.
### 🧐 Proposed Solution
Option to control if you want confirmation before …
-
#### Environment
- antd-mobile v0.8.2
- OSX El Capitan 10.11.6
- Safari 9.1.2
- Node.js 6.0.0
---
My team were trying to integrate Ant Design Mobile into our new project. TypeScript is our preferred…
-
# Description
After upgrading to CRA 5.0 getting 2 warnings: Failed to parse source map from... Here they are:
```sh
Compiled with warnings.
Failed to parse source map from 'С:\Users\xxx\Des…
-
在icons-react目录下执行yarn后,再运行yarn start命令,报部分文件解析不到的错误,分析后发现是icons-react/example/tooltip.tsx文件里面引入了Tooltip组件,去掉该组件后正常。
请问是什么原因?
```
Module not found: Error: Can't resolve '@ant-design/icons/Chec…
-
### Reproduction link
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-hserml?file=demo.tsx)
https://github.com/user-attac…