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

Hoist static fields of the Wrapped Component #3458

Merged
merged 1 commit into from Sep 27, 2017

Conversation

valerybugakov
Copy link
Contributor

@valerybugakov valerybugakov commented Sep 26, 2017

Pretty small fix for #2626 and #2230

Fixes #2626, fixes #2230

@codecov-io
Copy link

codecov-io commented Sep 26, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3458   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          68      68           
  Lines        1531    1531           
======================================
  Hits         1531    1531
Impacted Files Coverage Δ
src/createReduxForm.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 677895b...0dc0824. Read the comment docs.

@valerybugakov
Copy link
Contributor Author

@gustavohenke anything else is required for merge?

@gustavohenke
Copy link
Collaborator

I don't think so. Code changes are handled by @erikras.

@erikras
Copy link
Member

erikras commented Sep 27, 2017

How the heck did that break? I thought we were always hoisting statics.

@erikras erikras merged commit 0837539 into redux-form:master Sep 27, 2017
@erikras
Copy link
Member

erikras commented Oct 6, 2017

Published in v7.1.0.

@lock
Copy link

lock bot commented Jun 1, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2018
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.

Hoisting static assets Your reduxForm hide static react class properties.
4 participants