Mauricio Palma
Mauricio Palma
We are also experiencing the same issue at our organization where the `@vanilla-extract/jest-transform` plugin is not working with `next/jest.js.` Whenever we try to run a React component test, we get...
Hi @lforst, thanks so much for you prompt reply. I tried vizualizing the stack trace for the `TypeError [ERR_INVALID_ARG_TYPE]` error. As you can see in the images below the error...
Please take a look at our Next.js config below. The only thing I can think about is the config resolve fallback we currently require for an NPM module. ```javascript import...
Hi @lforst, what do you mean by a reproduction example? I would appreciate it if you could be more specific. Thanks again.
Unfortunately, I can't share the repo as it's private for the organization I work for. I will prepare a reproduction on Stackblitz in the next couple of days.
> @Palmaswell did y'all ever figure out a fix for this? I'm having this on a brand new repo. No, we were not able to fix this yet. It would...
@cvoege were you able to resolve the issue?