Skip to content
New issue

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

feat(Card): pass props to onClick #950

Merged
merged 2 commits into from
Nov 29, 2016
Merged

feat(Card): pass props to onClick #950

merged 2 commits into from
Nov 29, 2016

Conversation

jeffcarbs
Copy link
Member

Fixes #949

@codecov-io
Copy link

codecov-io commented Nov 28, 2016

Current coverage is 100% (diff: 100%)

Merging #950 into master will not change coverage

@@           master   #950   diff @@
====================================
  Files         137    137          
  Lines        2279   2269    -10   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
- Hits         2279   2269    -10   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 55a653f...3ce8a1e

* tag by default instead of a `div`.
*
* @param {SyntheticEvent} event - React's original SyntheticEvent.
* @param {object} data - Relevant data.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the phrase "Relevant data" as an example to convey the intent in the spec, however, I think we should be as descriptive as possible in the actual docs. In this case, we can say data is props since that is all that is being passed.

@jeffcarbs
Copy link
Member Author

@levithomason - updated 👍

@levithomason levithomason merged commit 2c1779c into master Nov 29, 2016
@levithomason levithomason deleted the feature/card-click branch November 29, 2016 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants