react-spinners
react-spinners copied to clipboard
NextJS 13 doesn't render SSR
While experimenting with NextJS 13, and playing around with React <Suspense/> I realized that the animation for all react-spinners components are not working.
<Suspense fallback={<BarLoader color="#36d7b7" />}>
<SSRLoadedComponent />
</Suspense>