You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vite dev server and build processes run without any errors
Unfortunately... I get the following runtime error when visiting the served app:
36e7474……e3f5f75000498e:2699 TypeError: Cannot read properties of null (reading 'useState')
at n.useState (99c8f9a……4af93fc8dafb:234:22)
at App (main.tsx:11:35)
at $i (36e7474……f75000498e:2381:150)
at da (36e7474……5f75000498e:4550:23)
at aa (36e7474……5f75000498e:4317:13)
at vf (36e7474……5f75000498e:4311:26)
at jr (36e7474……f5f75000498e:4301:9)
at hi (36e7474……5f75000498e:4091:81)
at ua (36e7474……5f75000498e:4044:57)
at B (bc9accd……48b5aac4aacd6:75:19)
Any thoughts on what might be going wrong / how to fix?
The text was updated successfully, but these errors were encountered:
Hi, I'm attempting to use this plugin to allow me a Deno-first Vite+React workspace without the
node_modules
dir.Here's the code
Any thoughts on what might be going wrong / how to fix?
The text was updated successfully, but these errors were encountered: