react-spinners icon indicating copy to clipboard operation
react-spinners copied to clipboard

NextJS 13 doesn't render SSR

Open allenchuang opened this issue 2 years ago • 0 comments

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>

allenchuang avatar Apr 05 '23 23:04 allenchuang