Terence Bezman

Results 21 comments of Terence Bezman

@charlypoly I'm a bit confused on how I can help move this PR forward. Should we be discussing in the other thread? https://github.com/dotansimha/graphql-code-generator/issues/7888

@n1ru4l definitely. i've since fixed a few small bugs. will get this PR updated asap.

@n1ru4l Alright, we should be good for a review

I setup a minimum reproduction repo for this. You can see the test [here](https://github.com/tbezman/testing-library-null-bug/blob/master/__tests__/App-test.tsx). It looks like the problem only occurs when one of the components suspend. The above reproduction...

@raghavyadavm @tmitchel2 This is pretty interesting. It seems like whatever shell VSCode is using to spin up these processes is not the shell you use in your terminal (where you...

@alex-statsig Do you think it would be possible to create a minimum repro repo so I could take a look and inspect further?

@raghavyadavm which file is that configuration in? `~/.zshrc`, `~/.bashrc`, `~/.bash_profile`?

@raghavyadavm hmm, I wonder if it would work if you put the nvm stuff in your bashrc

@alex-statsig hmmm, just pulled down your repo (used pnpm) and things worked like fine. I'll try to dig deeper. @captbaritone do you have any ideas? I'll try to do a...