amin

Results 10 comments of amin

不是bug来的

+1,360浏览器下,直接访问官网的 [https://procomponents.ant.design/components/layout](https://procomponents.ant.design/components/layout) 也有问题

``` .ant-layout-sider-children { ::-webkit-scrollbar { width: 6px !important; } /* stylelint-disable-next-line no-duplicate-selectors */ ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-button { width: 0; height: 0; } ::-webkit-scrollbar-thumb { background:...

二级菜单面包屑消失,一样的问题

@afc163 直接用 `pro create myapp` 创建一个项目,然后修改 `antd` 的版本为 `5.3.0`,待项目运行后,点那些有二级路由的,就看到了, 同时还会有以下错误 ``` Warning: [antd: ConfigProvider] ConfigProvider.SizeContext is deprecated. Please use ConfigProvider.useConfig().componentSize` instead. ``` 最后一张图片的 `Unchecked runtime.lastError` 是浏览器插件的问题 ![image](https://user-images.githubusercontent.com/10808093/223355688-008db9ff-3279-4af4-94dc-490295ec40b4.png) ![image](https://user-images.githubusercontent.com/10808093/223355799-4b474ead-6566-4213-91d7-045f587e9c85.png)

hi @ismcagdas Could you merge this enhancement as soon as possible?

@ismcagdas But my project's version is 4.x. Could you merge it into 4.x version? Thanks.