ant-design-pro icon indicating copy to clipboard operation
ant-design-pro copied to clipboard

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

Results 286 ant-design-pro issues
Sort by recently updated
recently updated
newest added

AntDesignPro for react TypeScript开发语言版本 如何在不起后端接口的情况下,使用mock进行模拟权限切换? 我尝试进行修改mock的user账号数据但是没有效果。 ![1176206872](https://github.com/ant-design/ant-design-pro/assets/129267006/7983c818-f8af-4ab9-8dad-8b5e2edf48c6)

### 🐛 bug 描述 上传失败后手动设置上传失败的status后,hover的话会出现代码 ![image](https://github.com/ant-design/ant-design-pro/assets/145426558/c0c697c9-7599-4c27-be53-fab4235da73a) ![image](https://github.com/ant-design/ant-design-pro/assets/145426558/7ff7277a-b956-4159-b04a-9f3cf6fc6e5e) ### 📷 复现步骤 | Recurrence steps **upload组件代码** ```tsx {fileList.length !== 1 && uploadButton} ``` **tsx文件handleChange代码** ``` const [fileList, setFileList] = useState([]); const handleChange:...

想灵活的加一些功能 可惜 咋技术不高 不知道在哪里添加,感觉这个挺难的,也没有什么教程

### 🧐 问题描述 | Problem description I want to operate SettingOptionType to display the list content on one line instead of wrapping it, but there is no corresponding property to...

### 🧐 问题描述 | Problem description 使用umi ui创建模板的时候,一点击创建,webstorm就会断开报错 FetchError: request to https://registry.npm.taobao.org/ failed, reason: certificate has expired ### 💻 示例代码 | Sample code C:\Users\LongTwo\Desktop\CodeSpace\星球项目\CodeOne\user-center-frontend\node_modules\node-fetch\lib\index.js:1501 reject(new FetchError(`request to ${request.url} failed, reason:...

这个工程后面还会继续维护吗? 以及后期的版本计划,麻烦告知一下 ,因为正在做选型,感谢

### 🐛 bug 描述 我在使用 antd pro 官方脚手架时,页面里 js出现错误,页面显示 默认的错误边界 组件。但是 我切换其他页面时,路由地址 变了,但页面却没变化。导致 加上错误边界后,还不如不加。 ### 📷 复现步骤 | Recurrence steps "name": "ant-design-pro", "version": "6.0.0", "private": true, "description": "An out-of-box UI...

### 🐛 bug 描述 在文件`config/config.tx`中设置 ` publicPath: process.env.NODE_ENV === 'production' ? './' : '/', ` 执行 `npm run build` 后, `index.html`文件中, 有一行代码是 ` `, 在非根目录部署的情况下, 无法加载这个文件 ### 📷 复现步骤 |...

### 🧐 问题描述 | Problem description antd pro5添加@sentry/webpack-plugin报错TypeError: Cannot redefine property: __pluginArg ### 💻 示例代码 | Sample code ![image](https://github.com/ant-design/ant-design-pro/assets/9940816/476d8e1d-bafe-4248-841b-8ef21ed8c5b9) ![image](https://github.com/ant-design/ant-design-pro/assets/9940816/e1f2c59b-d9c1-4c57-8237-33500a94bdde)

### 🧐 问题描述 | Problem description 我在app.tsx中设置token,想通过colorMenuBackground token来改变侧边栏的背景色, 但并未生效,仍旧是默认的transparent背景色 ### 💻 示例代码 | Sample code `export const layout: RunTimeLayoutConfig = (initialState) => { return { logo: logo, title: 'test', menu:...