Skip to content

Commit c432a08

Browse files
author
Hubert
committed
[fixed] Server Side Rendering won't work with default styles #45
1 parent 6746a88 commit c432a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/Tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = React.createClass({
5757
};
5858
},
5959

60-
componentWillMount() {
60+
componentDidMount() {
6161
if (useDefaultStyles) {
6262
jss(require('../helpers/styles.js'));
6363
}

0 commit comments

Comments
 (0)