Skip to content

Commit 6fcdea9

Browse files
author
Bart Arribe
authored
Merge pull request #508 from leecade/bugFix
Remove newInternals var
2 parents feac148 + d1364f5 commit 6fcdea9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ export default class extends Component {
224224
initState.dir = props.horizontal === false ? 'y' : 'x'
225225
initState.width = props.width || width
226226
initState.height = props.height || height
227-
newInternals.offset = {}
228227

229228
this.internals = {
230229
...this.internals,

0 commit comments

Comments
 (0)