codecks-io / react-sticky-box

Sticky boxes for contents of all sizes
https://react-sticky-box.codecks.io/
ISC License
469 stars 44 forks source link

Using with SSR #6

Closed koss-lebedev closed 6 years ago

koss-lebedev commented 6 years ago

Hey,

first of all, thank you for making this component!

My question is, did you think about making this component work in server-side rendered apps? It breaks there because window object is not available, so I was thinking if we just added window && to this line if (window.CSS && window.CSS.supports) { it would work? What do you think? I can create a PR for that

danielberndt commented 6 years ago

Good point! I just fixed it, I believe it should now work. Have a look at v0.6.2!