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

fix(react-table): Add exports for compoundExpand. #2554

Merged
merged 1 commit into from
Jul 22, 2019

Conversation

jcaianirh
Copy link
Contributor

What: Fix for issue: #1657

Additional issues:

Add exports for compoundExpand.

@jcaianirh jcaianirh changed the title Add exports for compoundExpand. fix(react-table): Add exports for compoundExpand. Jul 19, 2019
@patternfly-build
Copy link
Contributor

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

@@ -19,5 +19,5 @@ export { default as TableHeader, HeaderProps } from './Header';
export { default as TableBody, TableBodyProps } from './Body';
export { default as RowWrapper, RowWrapperRow, RowWrapperProps } from './RowWrapper';
export { default as ExpandableRowContent } from './ExpandableRowContent';
export { sortable, headerCol, cellWidth, ISortable, expandable, isRowExpanded } from './utils';
export { sortable, headerCol, cellWidth, ISortable, expandable, isRowExpanded, compoundExpand } from './utils';
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems close to export * from './utils';

Either way, the TS conversion in #2360 will eventually resolve this too.

Copy link
Member

Choose a reason for hiding this comment

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

+1... i am planning to circle back and ensure we can do export * on all exports, and that they are converted from default exports to named exports... will probably attempt this towards the end to be certain. I've gone ahead and rebased this change for now though!

@redallen redallen merged commit 6cdd352 into patternfly:master Jul 22, 2019
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.

4 participants