We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feac148 + d1364f5 commit 6fcdea9Copy full SHA for 6fcdea9
1 file changed
src/index.js
@@ -224,7 +224,6 @@ export default class extends Component {
224
initState.dir = props.horizontal === false ? 'y' : 'x'
225
initState.width = props.width || width
226
initState.height = props.height || height
227
- newInternals.offset = {}
228
229
this.internals = {
230
...this.internals,
0 commit comments