The requested module 'spinners-react' does not provide an export named 'SpinnerCircularFixed'
npm create astro@latestto set up basic Astro projectnpx astro add reactto add React (not sure if this is necessary)npm install spinners-reactto install package (either--forceto ignore react@19 is not supported withspinners-react, or downgrade react to v18. I tested both and it errors both ways)- Add
SpinnerCircularFixedtosrc/pages/index.astro npm startornpm run devto see error
npm installto install dependenciesnpm startornpm run devto see error
Repo: https://codesandbox.io/p/sandbox/test-react-spinners-zf2nph?file=%2Fsrc%2Findex.tsx