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

Fixed initialization and reinitialization #4599

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andrew-aladev
Copy link

Hello. #4020 provided a wrong fix, initialization and reinitialization is broken today. It is easy to fix it by refactoring connector and initIfNeeded. I've tried to keep the same terminology, so refactoring should be obvious for project developers.

Fixes #4069 and #4020.

@codecov-io
Copy link

codecov-io commented Jan 17, 2020

Codecov Report

Merging #4599 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4599      +/-   ##
==========================================
+ Coverage   99.42%   99.42%   +<.01%     
==========================================
  Files          74       74              
  Lines        1745     1749       +4     
==========================================
+ Hits         1735     1739       +4     
  Misses         10       10
Impacted Files Coverage Δ
src/createReduxForm.js 99.64% <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 12ad4ec...38a95a7. Read the comment docs.

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.

[v7.4.0] initialValues not working
2 participants