amin
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` 是浏览器插件的问题  
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.
Thanks a lot