miukimiu / react-kawaii

Cute SVG React Components
https://react-kawaii.vercel.app/
MIT License
2.91k stars 104 forks source link

Add support for server side rendered apps #62

Closed txbrown closed 5 years ago

txbrown commented 5 years ago

Currently the package blows up when importing on a server-side rendered framework such as Nextjs. ReferenceError: window is not defined

I am also curious about the dependency on the window object considering that its just a "dumb" component. @miukimiu I'll investigate this soon.

txbrown commented 5 years ago

fixed by #63

raitucarp commented 3 years ago

https://github.com/miukimiu/react-kawaii/pull/63#issuecomment-895714503