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
^1.35.4
Chrome 64.0.3282.167
Windows 10
<Card onDragStart={this.handleDrag} onMouseEnter={this.handleMouseEnter} onMouseLeave={this.handleMouseLeave}>
Respective events are called when dragged, mouse entered, or mouse left.
Nothing happens.
The text was updated successfully, but these errors were encountered:
easy fix: Card should support html props, like many other components do. see tag.tsx, for instance.
Card
tag.tsx
Sorry, something went wrong.
giladgray
Successfully merging a pull request may close this issue.
Bug report
^1.35.4
Chrome 64.0.3282.167
,Windows 10
Steps to reproduce
Actual behavior
Respective events are called when dragged, mouse entered, or mouse left.
Expected behavior
Nothing happens.
The text was updated successfully, but these errors were encountered: