Skip to content

Commit

Permalink
fix(carbon-react): remove un-exported experimental exports (#9476)
Browse files Browse the repository at this point in the history
* fix(carbon-react): remove un-exported experimental exports

* chore(test): update snapshots

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored Aug 16, 2021
1 parent 8ab9576 commit c047c05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions packages/carbon-react/__tests__/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,6 @@ Array [
"TooltipDefinition",
"TooltipIcon",
"UnorderedList",
"unstable_ContextMenu",
"unstable_ContextMenuDivider",
"unstable_ContextMenuGroup",
"unstable_ContextMenuItem",
"unstable_ContextMenuRadioGroup",
"unstable_ContextMenuSelectableItem",
"unstable_Heading",
"unstable_PageSelector",
"unstable_Pagination",
Expand Down
6 changes: 0 additions & 6 deletions packages/carbon-react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ export {
unstable_Pagination,
unstable_TreeView,
unstable_TreeNode,
unstable_ContextMenu,
unstable_ContextMenuDivider,
unstable_ContextMenuGroup,
unstable_ContextMenuItem,
unstable_ContextMenuRadioGroup,
unstable_ContextMenuSelectableItem,
unstable_useContextMenu,
unstable_Heading,
unstable_Section,
Expand Down

0 comments on commit c047c05

Please sign in to comment.