Reactjs – Weird bug regarding ts path aliases and vite
im using react & ts & vite combo, I encounter a problem where when I run npm run dev I get the following error: The requested module '/src/components/ui/index.ts' does not provide an export named 'SquareButton' This is my index.ts file:…