diff --git a/src/index.js b/src/index.js index 12d3eed..3c3a3a1 100644 --- a/src/index.js +++ b/src/index.js @@ -199,7 +199,6 @@ export default class ReactTable extends Methods(Lifecycle(Component)) { ) const loadingProps = getLoadingProps(finalState, undefined, undefined, this) const noDataProps = getNoDataProps(finalState, undefined, undefined, this) - const resizerProps = getResizerProps(finalState, undefined, undefined, this) // Visual Components @@ -341,7 +340,7 @@ export default class ReactTable extends Methods(Lifecycle(Component)) { ? ( this.resizeColumnStart(e, column, false)} onTouchStart={e => this.resizeColumnStart(e, column, true)} - {...resizerProps} + {...getResizerProps('finalState', undefined, column, this)} />) : null