We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964c3ec commit 05c61e4Copy full SHA for 05c61e4
src/index.jsx
@@ -149,7 +149,7 @@ const SortableMixin = (options = defaultOptions) => (Component) => class extends
149
150
render() {
151
return (
152
- <Component ref={refName} sortableInstance={this.state.sortableInstance} {...this.props} />
+ <Component ref={refName} {...this.props} {..this.state} />
153
);
154
}
155
};
0 commit comments