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

docs(Ref): show again docs #1777

Merged
merged 3 commits into from
Aug 9, 2019
Merged

docs(Ref): show again docs #1777

merged 3 commits into from
Aug 9, 2019

Conversation

layershifter
Copy link
Member

Fixes #1774.

@@ -79,7 +79,7 @@ task(

const componentsSrc = [
`${paths.posix.packageSrc('react')}/components/*/[A-Z]*.tsx`,
`${paths.posix.packageSrc('react-component-ref')}/src/[A-Z]*.tsx`,
`${paths.posix.packageSrc('react-component-ref')}/[A-Z]*.tsx`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, broken path

if (info.displayName === 'Ref') {
type = 'component'
isParent = true
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't have better idea now

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐽

Copy link
Member

@miroslavstastny miroslavstastny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog?

@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #1777 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1777   +/-   ##
=======================================
  Coverage   69.76%   69.76%           
=======================================
  Files         867      867           
  Lines        7353     7353           
  Branches     2158     2135   -23     
=======================================
  Hits         5130     5130           
  Misses       2215     2215           
  Partials        8        8

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 cda63fd...7d8bbca. Read the comment docs.

@layershifter layershifter merged commit 7a1daca into master Aug 9, 2019
@delete-merged-branch delete-merged-branch bot deleted the docs/fix-ref branch August 9, 2019 13:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation for Ref component to docsite
2 participants