Skip to content

Commit c1b3955

Browse files
committed
Fix typos
1 parent 5f6b10a commit c1b3955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const SortableMixin = (options = defaultOptions) => (Component) => class extends
149149

150150
render() {
151151
return (
152-
<Component ref={refName} {...this.props} {..this.state} />
152+
<Component ref={refName} {...this.props} {...this.state} />
153153
);
154154
}
155155
};

0 commit comments

Comments
 (0)