Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

fix(Flex): Forwards ref to children #75

Merged
merged 1 commit into from
Sep 10, 2019
Merged

Conversation

mathewmorris
Copy link
Contributor

Was having an issue where if the component had a ref passed to it, it would be ignored since it was a functional component.

This will pass ref through.

@codecov
Copy link

codecov bot commented Sep 10, 2019

Codecov Report

Merging #75 into v5 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##               v5      #75   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files          20       20           
  Lines         450      450           
  Branches       91       91           
=======================================
  Hits          300      300           
  Misses        120      120           
  Partials       30       30

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 9c42664...2b816d2. Read the comment docs.

@kylealwyn kylealwyn merged commit c5e680b into v5 Sep 10, 2019
@mathewmorris mathewmorris deleted the fix/flex-ref-forwarding branch September 10, 2019 16:13
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.

2 participants