Strange React not defined error
I've created the bare minimum solidjs + vite app with just and index.html and index.jsx page:
Yet I get this super weird error in the console for the line
Yet I get this super weird error in the console for the line
render(() => <App/>, document.body);: Uncaught ReferenceError: React is not defined