GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 378 forks source link

Check for existence of window before using it #765

Closed andreme closed 7 years ago

andreme commented 7 years ago

Griddle major version

1.x

Why these changes are made

Fix server side rendering where window is not available

Are there tests?

Either there are no test that cover this area or the test runner creates a window object

dahlbyk commented 7 years ago

Thanks!