Answers about vite
Questions and answers from the Croct community about vite.
0
Cleanest way to mock Croct hooks in Vitest so component tests stay offline
hi, trying to keep our component tests fully offline. Minimal repro: In jsdom the hook never resolves, so render(<Hero />) inside a Suspense boundary just…
0
Setting up @croct/plug-react in a Vite project, env vars not picked up
hi all, scaffolded a fresh vite + react spa and wrapped teh app like this: but the provider complains the app id is missing. the variable is definitely in my…