davidhu2000 / react-spinners

A collection of loading spinner components for react
https://www.davidhu.io/react-spinners
MIT License
3.07k stars 264 forks source link

Fix ssr #523

Closed davidhu2000 closed 2 years ago

davidhu2000 commented 2 years ago

What changes are introduced?

fix document is not defined error when rendering server side. This is because we are trying to create the animation right away. Added a check for if server side, just return the animation name, and wait to run the keyframe creation until client side

fixes #522

Any screenshots?

Screen Shot 2022-06-04 at 6 02 24 PM

running with NextJS and disabled javascript.