You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:this is using version 0.3.1 from npm. Is it possible npm just needs to be updated?
The text was updated successfully, but these errors were encountered: