Skip to content

Commit ab3744d

Browse files
authored
Merge pull request #467 from Yashsharma1911/yash/exportErrorBoundaries
Export error boundaries
2 parents 961082a + 9185790 commit ab3744d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/components/src/custom/index.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// import { ErrorBoundary, withErrorBoundary, withSuppressedErrorBoundary } from './ErrorBoundary';
21
import { ConnectionChip } from './ConnectionChip';
32
import { EmptyState } from './EmptyState';
3+
import { ErrorBoundary, WithErrorBoundary, withSuppressedErrorBoundary } from './ErrorBoundary';
44
import { FlipCard } from './FlipCard';
55
import { useWindowDimensions } from './Helpers/Dimension';
66
import { useNotificationHandler } from './Helpers/Notification';
@@ -11,8 +11,11 @@ export { StyledSearchBar } from './StyledSearchBar';
1111
export {
1212
ConnectionChip,
1313
EmptyState,
14+
ErrorBoundary,
1415
FlipCard,
1516
StyledTooltip,
17+
WithErrorBoundary,
1618
useNotificationHandler,
17-
useWindowDimensions
19+
useWindowDimensions,
20+
withSuppressedErrorBoundary
1821
};

0 commit comments

Comments
 (0)