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

Fix pushable type #713

Merged
merged 1 commit into from
Nov 17, 2021
Merged

Fix pushable type #713

merged 1 commit into from
Nov 17, 2021

Conversation

schoenwaldnils
Copy link
Contributor

Fixes #654

@vercel
Copy link

vercel bot commented Nov 16, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/react-component/slider/2uufliino
✅ Preview: https://slider-git-master.react-component.vercel.app

@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #713 (0e60adf) into master (a92703d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #713   +/-   ##
=======================================
  Coverage   88.18%   88.18%           
=======================================
  Files          11       11           
  Lines         711      711           
  Branches      180      180           
=======================================
  Hits          627      627           
  Misses         84       84           
Impacted Files Coverage Δ
src/Range.tsx 75.45% <ø> (ø)

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 a92703d...0e60adf. Read the comment docs.

@afc163 afc163 merged commit 74788ce into react-component:master Nov 17, 2021
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.

RangeProps.pushable should have type boolean | number
2 participants