James Chen

Results 54 comments of James Chen

Did you reproduce this issue by click `preview` button in the editor and preview the game in chrome?

@Judu233 Please upload a demo for this issue. I wil check that.

```ts interface IPoolHandlerComponent extends Component { unuse (): void; reuse (args: any): void; } ``` The `reuse` function definition was changed in this PR: https://github.com/cocos/cocos-engine/pull/7101/files#diff-e7e7f9bb9a7fcedd94a2573a867502af9c4c48cd0a57a0a15c1569fd1111b5fe which changed the `reuse` argument...

I also met this issue from bugly report. Could you reproduce this issue?