Skip to content

Commit 9077e45

Browse files
committed
keep same style, server and client
1 parent 48cf9fc commit 9077e45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/src/js/example/containers/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class App extends Component {
1212
super(props)
1313
this.isBrowser = isBrowser()
1414
this.state = {
15-
style: this.isBrowser ? 'opacity: 0' : ''
15+
style: ''
1616
}
1717
this.image = loadImage('logo-reactatouille-boilerplate.png')
1818
this.style = Utils.helpers.styleObjectParser(this.state.style)

template/webpack-assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"main":{"js":"/assets/js/bundle.js?1dfc5268196ed2105be2","css":"/assets/css/main.min.css?1dfc5268196ed2105be2"}}
1+
{"main":{"js":"/assets/js/bundle.js?f0cef0023725e853151e","css":"/assets/css/main.min.css?f0cef0023725e853151e"}}

0 commit comments

Comments
 (0)