gre / multi-slider

React component for multiple values slider (allocate values)
http://gre.github.io/multi-slider
49 stars 31 forks source link

Update useTouches to be server-side rendering safe #4

Closed marcusdarmstrong closed 7 years ago

marcusdarmstrong commented 7 years ago

window is undefined in node environments. To support server side rendering, a simple typeof short circuit stops it from erroring out.

gre commented 7 years ago

makes sense! thanks