Luke Sanwick
Luke Sanwick
I'm surprised this still hasn't been implemented, as it's the first thing I tried to do when setting up redaction.
@louis-launchdarkly Any update on whether this is possible? I'm trying to rewrite our provider to use `deferInitialization` and `withLDProvider` and I'm running into React `Maximum update depth exceeded` errors in...
Sorry for the confusion, the `/clockwise/src` directory is just holding all of my repositories, the root of the project is at `/client-web` I have multiple packages under `client-web`, like `/client-web/packages/webapp`,...
I think there is actually an issue that has just [been fixed](https://github.com/vitest-dev/vitest/pull/5116) in Vitest that might be causing this problem! I'll retest with that change and see if I'm still...
Okay, after testing, that has no effect, as it's just isolated to the JUnit reporter. I'll investigate if there's a particular project that's causing the problem.
@smcenlly Okay, I've tried to make a reproduction repo for the issue, but I'm not even getting to the missing files part. I can inconsistently get Wallaby to start, but...
Thanks for the help @smcenlly! I've progressed a little further in the investigation. If I set up my `vitest.workspaces.ts` to be like so: ``` import { defineWorkspace } from "vitest/config";...
> Luke Sanwick - are you able to update your sample repo to break in the same way so that we can try and work out what's going on? I...
Okay, I've created a repoduction repo here: https://github.com/lsanwick/custom-scalar-caching-example It appears that the issue appears with this configuration: ```js await fastify.register(mercurius, { schema, resolvers, jit: true, graphiql: true, }); ``` If...
@mcollina Is that sufficient to work off of, or do you need anything else?