ori

Results 2 comments of ori

> Solution: Dont use create-react-app unsupported garbage. > > Do this: > > ``` > bun create vite my-react-app --template react-ts > cd my-react-app > bun install > bun run...

> It doesn't work for me :( Seems like it's time to migrate to Vite i added this: ```json "dependencies": { "react-scripts": "^5.0.1", "web-vitals": "^2.1.4", "nth-check": "^2.1.1" }, "overrides": {...