react-table-drag-select icon indicating copy to clipboard operation
react-table-drag-select copied to clipboard

onSelectionStart doesn't work

Open sjones512 opened this issue 5 years ago • 0 comments

When I look at the code here on GitHub I don't see the issue, but when using the package from NPM I get an error when trying to set the onSelectionStart property.

The onSelectionStart param is being passed to the

element. React throws an error that it is an invalid event listener and will be ignored. The react error is:

Warning: Unknown event handler property onSelectionStart. It will be ignored.

this is using version 0.3.1 from npm. Is it possible npm just needs to be updated?

sjones512 avatar Feb 20 '19 17:02 sjones512