Results 26 comments of JRoger

not use `foreach`. you can use `for`to do .

if you using `CentOS`, please install gssntlmssp: ```bash yum install gssntlmssp ``` if using `Ubuntu`, please install gss-ntlmssp: ```bash sudo apt install gss-ntlmssp ``` - https://kimconnect.com/linux-enable-powershell-remoting-winrm-client-on-ubuntu-20-04/ - https://blog.quickbreach.io/blog/powershell-remoting-from-linux-to-windows/

> Reverting to Python extension version 2022.4.1 from 2022.6.0 resolved this issue for me, though your mileage may very. I did not touch the Pylance extension version. > > With...

是的 `@ant-design/pro-layout` 6.x 的版本是没有问题的。

![image](https://user-images.githubusercontent.com/3223890/190093491-1a7f91b3-86fb-42f7-8732-ee6ce4dae036.png) 第二次断点进入的时候为 `undefined`. 断点的时候能看到渲染出来了,后面报错后界面又没有了

> 去掉 react 18 的严格模式 去掉严格模式可以了,请问能讲一下原因吗?

> 等 swr 更新 v2 后可解 [vercel/swr#1904](https://github.com/vercel/swr/issues/1904) 谢谢

就算修改为 children 还是会有这个警告。原因大概是因为这里: ![image](https://user-images.githubusercontent.com/3223890/191720591-7fe50078-6eeb-402f-9efb-43723178bcce.png)

原来是这里 https://github.com/umijs/route-utils/blob/master/src/transformRoute/transformRoute.ts#L141 看来得等 `@umijs/route-utils` 发新版了。

@chenshuai2144 不知道你测试了没有,项目里面已经改成 children 了,但还是有这个提示。