Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src-docs/src/views/error_boundary/error_boundary.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ import React from 'react';
import { OuiErrorBoundary } from '../../../../src/components';

const BadComponent = () => {
throw new Error(
"I'm here to kick butt and chew bubblegum. And I'm all out of gum."
);
throw new Error('An unhandled exception occurred.');
};

export default () => (
Expand Down