Skip to content

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
Collaborator

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

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