Move global styles to componentWillMount (allows prerendering of global styles & normalize)

This commit is contained in:
Jinksi 2017-03-29 12:07:57 +10:00
parent 216bac3bf5
commit 3b2fff7cc2

View file

@ -25,7 +25,7 @@ const routes = [
]
class App extends Component {
componentDidMount () {
componentWillMount () {
globalStyles()
loadFonts()
}