提交 d12425a1 编写于 作者: B Benjy Cui 提交者: afc163

chore: upgrade react-slick in order to work with React@0.14.x

上级 3be9ad0a
......@@ -89,8 +89,8 @@ let Affix = React.createClass({
render() {
const className = rcUtil.classSet({
[`${this.props.className}`]: this.props.className,
['ant-affix']: this.state.affix
[this.props.className]: this.props.className,
'ant-affix': this.state.affix
});
return (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册