Miao Wenjie

Results 11 comments of Miao Wenjie

我也遇到了类似的问题,access配置权限以后,页面会渲染403页面,但是layout 菜单并没有被移除

> ``` > // 内容区域宽度 > .ant-pro-page-container .ant-pro-page-container-warp-page-header~.ant-pro-grid-content.ant-pro-page-container-children-content { > margin: 6px !important; > height: '100%'; > padding-inline:9px !important; > } > ``` 好像还有好多组件都不兼容了

> v5 开始好像不支持 IE11 了 [ant-design/ant-design-pro#10181 (comment)](https://github.com/ant-design/ant-design-pro/issues/10181#issuecomment-1256897120) [ant-design/ant-design-pro#9958 (comment)](https://github.com/ant-design/ant-design-pro/issues/9958#issue-1285170228) > > ## 删除的功能 > 区块功能 删除对 IE 的支持,如果对 IE 有需求,请使用旧版本,(react,antd 都将不支持的 ie11) 360的极速模式也不支持

![image](https://github.com/ant-design/pro-components/assets/52907799/bc8cc6d7-7be9-4b9c-9955-1ddd68e23093)

Expected package @expo/config-plugins@~8.0.0 Found invalid: @expo/[email protected] (for more info, run: npm why @expo/config-plugins) Advice: Upgrade dependencies that are using the invalid package versions.

> 1. 如果是相关packages下面的包ts报错,可以使用`npm run build-lib`打包下相关包,就能生成ts类型文件。 > 2. 可以提供你的ts版本吗,可能是版本太旧了,具体看这里 > ![image](https://user-images.githubusercontent.com/25569373/233822349-21f03687-1231-4b05-bc9a-9932c6dd8589.png) 1.执行`pnpm build-lib` ![image](https://user-images.githubusercontent.com/52907799/233878851-083057e5-6685-4fa5-845b-78d74b06916f.png) 2. ![image](https://user-images.githubusercontent.com/52907799/233878321-18084791-6b51-488b-b053-f01e914d917d.png) 3.就是packages下面的包必须打包才可以在项目中使用吗?可以直接使用吗?

> @mwj610 > > 1. 第一个问题可以参考下相关搜索平台的答案,window平台我这边无法复线,也欢迎pr[不知道这个行不行](https://github.com/microsoft/TypeScript/issues/42873) > 3,packages使用是可以不用打包的,但是ts类型适配是需要打包(可能是因为我对ts的配置还不够深入),因为前期的代码改动都比较大,所以支持了package的热更新,packages稳定后正常应该需要打包后再使用,否则违反了monorepo原则,包很多的情况下会卡顿,把umi里配置的alias删除即可 👌

> Same issue with my also getting this error in android but working fine in ios, any idea please suggest. +1