cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
364 stars 38 forks source link

Fix SSR #10

Closed edoroshenko closed 6 years ago

edoroshenko commented 6 years ago
  1. Set DEFAULT_COLUMNS_COUNT to the state on init
  2. Cover SSR with unit test
cedricdelpoux commented 6 years ago

Hi @edoroshenko, sorry for the delay. Thank you very much for fixing SSR. It's almost OK for me. Could you remove the package-lock.json I use yarn for this project so I don't need it.

After that, I will merge it.

Thank you

cedricdelpoux commented 6 years ago

Could you also squash your commits to have only one commit ? Thank you very much for your contribution

edoroshenko commented 6 years ago

Hi @xuopled ! Done!

cedricdelpoux commented 6 years ago

Thank you very much

cedricdelpoux commented 6 years ago

fix #9