-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tidy up typings a bit #135
Conversation
This pull request is automatically deployed with Now. |
Tests and build are failing. |
Codecov Report
@@ Coverage Diff @@
## master #135 +/- ##
==========================================
+ Coverage 74.2% 75.26% +1.06%
==========================================
Files 71 71
Lines 845 857 +12
Branches 163 172 +9
==========================================
+ Hits 627 645 +18
+ Misses 202 194 -8
- Partials 16 18 +2
Continue to review full report at Codecov.
|
<Slider | ||
onValuesUpdated={({ values }) => store.set({ value: values })} | ||
onValuesUpdated={({ min, max }) => store.set({ value: [min, max] })} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was wrong.
Fixed in https://github.com/ritz078/pebble/pull/167/files#diff-221f70a125dc1788290163c421ba27a5R20
Only 412 lines added. 1800 lines in yarn.lock due to integrity check.