huiyu.zjt

Results 29 comments of huiyu.zjt

3 years after 3years. Is there any related work doing now?

```js function poker(array = []) { let origin = []; while (array.length !== 0) { if (origin.length > 0) { origin.push(origin.shift()); } origin.push(array.pop()); } return origin; } console.log(poker([1,2,3,4,5,6,7,8,9,10,11,12,13])); //[7, 10,...

use @angular-builders/custom-webpack or ngx-build-plus to add your own webpack config

@charescape 请先贴一个最简复现demo,以便明确问题

> @Alexzjt 等有空的时候我这边发一下报错的代码示例,大概率是S2 和 react 19 不兼容( react-router v7 + react 19 + s2 最新版 + s2-react 最新版) 目前s2-react没有兼容react 19的,这个文件:packages/s2-react/src/utils/reactRender.ts