Captain Emo
Captain Emo
I want to use should.js with nodeunit too. Are there any progress?
Bumped. I also can easily reproduce this with a Vite template with `[email protected]` and `[email protected].` Run `npm create vite` and change `App.jsx` like following: ```jsx const ViteIcon = () =>...
Here is an additional Info. This happens on Chrome Extension DevTools version: [6.0.1-c7c68ef842](https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md#601) and Firefox addon DevTools version: [6.0.0-d66fa02a30](https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md#600). But not on Firefox addon DevTools version: [5.3.1-ccb20cb88b](https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md#531). I hope this...
> Any idea about version of Chrome Extension without this problem? Unfortunately no, I don't keep old Chrome environments.
BTW, `react-scan` could be a good alternative. https://github.com/aidenybai/react-scan I have difficulties to see re-rendering flash though 😅
I'm facing the exact same issue, does anyone find any solutions? mode: gemini-2.5-flash-preview-04-17
@Crunchyman-ralph Hey, thanks for chiming in. Got it, I'm gonna open an new issue. FYI, Here is what I get anyway. ``` [ERROR] Advanced extraction: Failed to parse JSON object:...
Thanks, I'm looking forward to it!
FYI: I could circumvent this error by using `--diff-mode=udiff` option.
@jozef-barton Could you elaborate a bit? How did you change codex pointing node from 23 to 22?