Getting ReferenceError: React is not defined with Vitest + Solid Testing Library
I honestly have no idea how I am receiving this error but I am despite testing using
The test that is causing the error to appear is a custom Solid hook test where I am attempting to pass a
Anybody seen that before?
@solidjs/testing-library. Moreover, I am using Vitest by itself (not Vite) and my vitest.config.ts is as follows:The test that is causing the error to appear is a custom Solid hook test where I am attempting to pass a
wrapper to my renderHook invocation.Anybody seen that before?
