Skip to content

Rewrote to use useField hook and provide useFieldArray hook #80

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

Merged
merged 4 commits into from
May 28, 2019
Merged

Conversation

erikras
Copy link
Member

@erikras erikras commented May 28, 2019

Also migrated all tests to 🐐 React Testing Library.

Similar to final-form/react-final-form#467.

Fixes #77.

@codecov
Copy link

codecov bot commented May 28, 2019

Codecov Report

Merging #80 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #80   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      6    +3     
  Lines          75     58   -17     
  Branches       17     10    -7     
=====================================
- Hits           75     58   -17
Impacted Files Coverage Δ
src/defaultIsEqual.js 100% <100%> (ø)
src/FieldArray.js 100% <100%> (ø) ⬆️
src/useConstant.js 100% <100%> (ø)
src/renderComponent.js 100% <100%> (ø) ⬆️
src/useFieldArray.js 100% <100%> (ø)
src/testUtils.js 100% <100%> (ø)

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 f9719f2...6327139. Read the comment docs.

@erikras erikras merged commit f88ee07 into master May 28, 2019
@erikras erikras deleted the hooks branch May 28, 2019 10:48
@erikras
Copy link
Member Author

erikras commented May 28, 2019

Published in v3.0.0.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade react-final-form to v5: Remove use of WithReactFinalForm
1 participant