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(typings): export DropdownOnSearchChangeData #2205

Merged
merged 5 commits into from
Oct 17, 2017
Merged

feat(typings): export DropdownOnSearchChangeData #2205

merged 5 commits into from
Oct 17, 2017

Conversation

pierre-H
Copy link
Contributor

Useful when we need to define the function :

private onSearchChange = (e: React.SyntheticEvent<HTMLElement>, data: DropdownOnSearchChangeData) => {
    // my function
};

@codecov-io
Copy link

codecov-io commented Oct 17, 2017

Codecov Report

Merging #2205 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2205   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files         151      151           
  Lines        2622     2622           
=======================================
  Hits         2615     2615           
  Misses          7        7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cfece0...fc38866. Read the comment docs.

@layershifter layershifter changed the title fix(typings): export DropdownOnSearchChangeData feat(typings): export DropdownOnSearchChangeData Oct 17, 2017
Copy link
Member

@layershifter layershifter left a comment

Choose a reason for hiding this comment

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

@pierre-H thanks 👍 I've retrigged built and it passed as expected

@layershifter layershifter merged commit 121965e into Semantic-Org:master Oct 17, 2017
@pierre-H pierre-H deleted the patch-4 branch October 17, 2017 18:19
@levithomason
Copy link
Member

Released in [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants