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

feat(MountNode): support refs as value for node prop #3449

Merged
merged 1 commit into from
Feb 22, 2019

Conversation

layershifter
Copy link
Member

Changes similar to #3448. So, MountNode now accepts a refs created with React.createRef() into node prop, it's really great simplification 👍

@codecov-io
Copy link

Codecov Report

Merging #3449 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3449      +/-   ##
==========================================
- Coverage   99.89%   99.89%   -0.01%     
==========================================
  Files         172      172              
  Lines        2830     2829       -1     
==========================================
- Hits         2827     2826       -1     
  Misses          3        3
Impacted Files Coverage Δ
src/addons/MountNode/lib/getNodeRefFromProps.js 100% <100%> (ø)
src/modules/Sticky/Sticky.js 98.9% <100%> (ø) ⬆️
src/addons/MountNode/lib/handleClassNamesChange.js 100% <100%> (ø) ⬆️
src/addons/MountNode/lib/NodeRegistry.js 100% <100%> (ø) ⬆️
src/addons/MountNode/MountNode.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 aaee3b1...16e13e7. Read the comment docs.

@layershifter layershifter merged commit 527863b into master Feb 22, 2019
@layershifter layershifter deleted the feat/mount-node-support-ref branch February 22, 2019 09:35
@levithomason
Copy link
Member

Released in [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants