Button onclick function not working on Astro with React
I am currently learing Astro, and making a simple Login screen combining Astro for the static components and React for the dynamic ones.
How to display full, non-minified React errors in Astro during development?
I’m encountering minified React errors in an astrojs (v4.8) project. I would like to use the non-minified dev React environment but haven’t been able to achieve it.