burakcan / react-snowstorm

A Snow Effect component for React.
http://burakcan.github.io/react-snowstorm
GNU General Public License v3.0
224 stars 25 forks source link

Incompatible with universal projects #7

Closed isaachinman closed 5 years ago

isaachinman commented 7 years ago

Not sure where exactly, but somewhere in the code here, document is referenced directly. This makes it incompatible (eg fatally breaks) with SSR.

I fixed it in my own projects by wrapping it as such:

{__CLIENT__ && <SnowStorm />}

But you might consider building such functionality in!

burakcan commented 5 years ago

this should be solved with the last release.