Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix(Tooltip): prop types #1499

Merged
merged 2 commits into from
Jun 14, 2019
Merged

fix(Tooltip): prop types #1499

merged 2 commits into from
Jun 14, 2019

Conversation

kuzhelov
Copy link
Contributor

@kuzhelov kuzhelov commented Jun 13, 2019

Adds open and defaultOpen props that were originally missed from Tooltip's prop types.

@codecov
Copy link

codecov bot commented Jun 13, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1499   +/-   ##
=======================================
  Coverage   73.44%   73.44%           
=======================================
  Files         822      822           
  Lines        6190     6190           
  Branches     1776     1776           
=======================================
  Hits         4546     4546           
  Misses       1639     1639           
  Partials        5        5
Impacted Files Coverage Δ
packages/react/src/components/Tooltip/Tooltip.tsx 64.61% <ø> (ø) ⬆️

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 9be6706...79c3f2d. Read the comment docs.

@kuzhelov kuzhelov added 🧰 fix Introduces fix for broken behavior. 🚀 ready for review labels Jun 13, 2019
@kuzhelov kuzhelov changed the title fix(Tooltip): proptypes fix(Tooltip): prop types Jun 13, 2019
Copy link
Contributor

@mnajdova mnajdova left a comment

Choose a reason for hiding this comment

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

Thanks for catching this!

@kuzhelov kuzhelov merged commit 23622eb into master Jun 14, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/tooltip-proptypes branch June 14, 2019 08:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🧰 fix Introduces fix for broken behavior. 🚀 ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants