javascript – ReferenceError: React is not defined – Migrating from CRA to Vite and NX
I’m currently in the process of migrating a create-react-app (CRA-v4) monorepo Webpack setup to an NX Monorepo powered by vite. I’m currently stuck in trying to figure out how to solve the typical Uncaught ReferenceError: React is not defined Which happens whenever a file doesn’t import React directly, but has a named import from it, … Read more