-
webpack
```
{
test: /\.(ts|tsx)$/,
loader: 'awesome-typescript-loader',
options: {
transpileOnly:true,
useBabel:true
},
},
```
.babelrc
```
{
"pr…
-
### 🐛 bug 描述
当使用 createGlobalStyle 创建全局样式后,卸载时样式时内部没有保证会触发清除函数,导致样式一直被缓存。
通过排查,可以确定这是 emotion 内的 @emotion/use-insertion-effect-with-fallbacks 库使用了 React 18 的 useInsertionEffect 的原因(改成 useLayoutE…
-
### Reproduction link
[https://ant.design/components/table-cn#components-table-demo-fixed-gapped-columns](https://ant.design/components/table-cn#components-table-demo-fixed-gapped-columns)
### S…
-
### Reproduction link
[https://stackblitz.com/edit/angular-fhlakd?file=src%2Fapp%2Fapp.component.ts](https://stackblitz.com/edit/angular-fhlakd?file=src%2Fapp%2Fapp.component.ts)
### Steps to repr…
-
在插入图片时 会出现 如下错误
操作过程如下
因为报错,会引发样式错误,图片虽然装载成功了,但是样式是不正确的.
看了下源码 应该是在images.map 生成图片时未加key导致的.
另看了下很多问题:引入时,样式出错
可以在引入的页面加入:
import "antd/lib/modal/style/index.css";
import "antd/lib/upl…
-
nextron don't recognize less file in node_modules
![66C74F76-3181-4493-9178-6F045B29BA3A](https://github.com/saltyshiomix/nextron/assets/12727582/cf171ce0-9a96-4a5e-ba97-cb20bd968995)
```
../no…
-
i configure my project according the document, but the antd css is still no effect.
and according this document configure (https://www.yuque.com/steven-kkr5g/aza/ig3x9w) is still no effect(ps: 我按照…
-
### Version of antd-mobile
_No response_
### What is this feature about?
希望Dialog组件可以支持footer属性,支持在按钮下方添加提示或者自定义节点
-
## Ant presets should be listed
Tag component currently has a prop to display different colors; it can get both a hexcode or a name referencing the presets given by Ant. However, this latter behav…
-
I create work-item-form extension.
How I can get list users?
I need to create identity user control, we use antd for UI but I cannot know how I can get list users