SaraVieira / awesome-talks

Awesome Talks Curated By the Community
MIT License
809 stars 62 forks source link

#40 SSR bugfixes #47

Closed cain closed 6 years ago

cain commented 6 years ago

Just fixing some bugs introduced into #40

- First bug Column at CinemaMode.js expects a react node.

screen shot 2018-05-30 at 10 50 34 am

- Secondly https://github.com/SaraVieira/awesome-talks/blob/37/src/Components/CinemaMode.js#L60 State isnt being set before the classlist toggle. Resulting in "cinema-mode" class remaining on body.

- Thirdly Search icon style funky business https://github.com/cain/awesome-talks/blob/ssr/bugfixes/src/Components/Search.js#L30