-
Notifications
You must be signed in to change notification settings - Fork 23
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
refactor(form): migrate to react hook form #2994
Conversation
|
size-limit report 📦
|
packages/form/src/components/CheckboxField/__stories__/BooleanChecked.stories.tsx
Show resolved
Hide resolved
packages/form/src/components/CheckboxField/__tests__/__snapshots__/index.spec.tsx.snap
Outdated
Show resolved
Hide resolved
packages/form/src/components/CheckboxField/__tests__/__snapshots__/index.spec.tsx.snap
Outdated
Show resolved
Hide resolved
packages/form/src/components/CheckboxField/__tests__/__snapshots__/index.spec.tsx.snap
Outdated
Show resolved
Hide resolved
5c6b6be
to
c04c57a
Compare
c04c57a
to
bbf15ed
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2994 +/- ##
==========================================
- Coverage 94.24% 93.28% -0.96%
==========================================
Files 162 160 -2
Lines 3421 3412 -9
Branches 444 431 -13
==========================================
- Hits 3224 3183 -41
- Misses 128 161 +33
+ Partials 69 68 -1
Continue to review full report in Codecov by Sentry.
|
Summary
Type
Summarise concisely:
What is expected?
Migrate final-form to react-hook-form.