We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98acab5 commit bdf8d50Copy full SHA for bdf8d50
package.json
@@ -9,7 +9,7 @@
9
"dist",
10
"index.d.ts"
11
],
12
- "version": "1.0.3",
+ "version": "1.0.5",
13
"repository": {
14
"type": "git",
15
"url": "https://github.com/yozojo/react-split-pane-next"
src/SplitPane.js
@@ -351,7 +351,7 @@ class SplitPane extends Component {
351
className={className}
352
data-type="SplitPane"
353
data-split={split}
354
- innerRef={(el) => {
+ ref={(el) => {
355
this.splitPane = el;
356
}}
357
>
0 commit comments