Skip to content

Commit f2a9623

Browse files
committed
Merge pull request #46 from texttechne/master
[fixed] Server Side Rendering won't work with default styles #45
2 parents 385a296 + c432a08 commit f2a9623

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)