Lucas Coupez

Results 2 comments of Lucas Coupez

This behavior is even suggested in the documentation, though of course also giving the same Error: https://www.apollographql.com/docs/react/development-testing/testing/#testing-loading-states ``` it('should render loading state initially', () => { const component = renderer.create(...

I can confirm this issue is still present in the latest version of bun. When running the program directly `bun run main.ts` it works fine, but after `bun build ......