mrdotb / live_react

✨ React inside Phoenix LiveView with seamless end-to-end reactivity
https://live-react-examples.fly.dev/simple
MIT License
90 stars 8 forks source link

fix: rename `react` folder to `react-components` to prevent Vite error #19

Closed mrdotb closed 3 weeks ago

mrdotb commented 1 month ago

Renaming the react folder to react-components avoids an issue where Vite may mistakenly interpret the folder as a module, causing erratic errors.

Contributor checklist