Skip to content

Commit

Permalink
Merge pull request #2 from readyfor/revert-1-feature/fix-for-canary-ssr
Browse files Browse the repository at this point in the history
Revert "SSRのエラー対策"
  • Loading branch information
neripark authored Jul 22, 2019
2 parents e11e623 + c75ea0c commit 35c7bfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/arrows.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ var PrevArrow = exports.PrevArrow = _react2.default.createClass({
key: '0',
'data-role': 'none',
className: (0, _classnames2.default)(prevClasses),
// currentSlide: this.props.currentSlide,
// slideCount: this.props.slideCount,
currentSlide: this.props.currentSlide,
slideCount: this.props.slideCount,
style: { display: 'block' },
onClick: prevHandler
};
Expand Down Expand Up @@ -85,8 +85,8 @@ var NextArrow = exports.NextArrow = _react2.default.createClass({
key: '1',
'data-role': 'none',
className: (0, _classnames2.default)(nextClasses),
// currentSlide: this.props.currentSlide,
// slideCount: this.props.slideCount,
currentSlide: this.props.currentSlide,
slideCount: this.props.slideCount,
style: { display: 'block' },
onClick: nextHandler
};
Expand Down

0 comments on commit 35c7bfc

Please sign in to comment.