We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The first property for the onSwiping event is always true, not just for the first event.
first
Steps or Sandbox to reproduce Fork the example codesandbox:
Expected behavior The first property should be true on the very first event and false on subsequent events.
** Device/Browser ** Latest Chrome.
The text was updated successfully, but these errors were encountered:
@feketegy Great find, thank you for the creating an issue and example, i appreciate it!
I thought we had a test for this, but alas we do not.
I'll see if i can get a PR open for a fix soon. PR open #223
Sorry, something went wrong.
Fixed with #223 and published version v6.0.1
v6.0.1
hartzis
No branches or pull requests
Describe the bug
The
first
property for the onSwiping event is always true, not just for the first event.Steps or Sandbox to reproduce
Fork the example codesandbox:
Expected behavior
The
first
property should be true on the very first event and false on subsequent events.** Device/Browser **
Latest Chrome.
The text was updated successfully, but these errors were encountered: