FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(PF4 Table): Export RowWrapper implementation by karelhala · Pull Request #2118 · patternfly/patternfly-react · GitHub

fix(PF4 Table): Export RowWrapper implementation - #2118

Merged
redallen merged 1 commit into
patternfly:masterfrom
karelhala:row-wrapper-exported
Jun 5, 2019
Merged

fix(PF4 Table): Export RowWrapper implementation#2118
redallen merged 1 commit into
patternfly:masterfrom
karelhala:row-wrapper-exported

Conversation

karelhala commented May 30, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

What:
When using react table in typescript project there is no way how to import RowWrapper implementation and copy pasting parts of it is bad. So this PR fixes this problem by exporting RowWrapperProps as interface and RowWrapper as implementation.

Additional issues:
There might be problems because we are changing interface to implementation, but this is not that greatly used interface so it should be fine. @suomiy, @priley86 are you using this interface somewhere?

Fixes: #2109

Copy link
Copy Markdown
Collaborator

PatternFly-React preview: https://2118-pr-patternfly-react-patternfly.surge.sh

codecov-io commented May 30, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

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

@@           Coverage Diff           @@
##           master    #2118   +/-   ##
=======================================
  Coverage   80.74%   80.74%           
=======================================
  Files         642      642           
  Lines        7781     7781           
  Branches      504      504           
=======================================
  Hits         6283     6283           
  Misses       1258     1258           
  Partials      240      240
Flag Coverage Δ
#patternfly3 84.88% <ø> (ø) ⬆️
#patternfly4 76.28% <ø> (ø) ⬆️
#patternflymisc 95.68% <ø> (ø) ⬆️

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 87724c6...b9785b5. Read the comment docs.

Copy link
Copy Markdown
Contributor

Fixes #2109

priley86 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I am no longer using Row/Body/Cell Wrappers. No issues w/ this.

redallen merged commit 557b4a9 into patternfly:master Jun 5, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

'RowWrapper' only refers to a type, but is being used as a value here.ts(2693)

5 participants


Back | FazBrowse Home | New Git URL