-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EuiErrorBoundary: converted to Typescript (#2690)
* Converts EuiErrorBoundary to Typescript * Adds PR number to the CHANGELOG line * Fixes as requested in PR review * Fixes as requested in the review * Removes Error interface * Fixes what was asked in the review * Exports EuiErrorBoundaryProps
- Loading branch information
1 parent
e1a7c10
commit cc2ee15
Showing
8 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
24 changes: 19 additions & 5 deletions
24
...mponents/error_boundary/error_boundary.js → ...ponents/error_boundary/error_boundary.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { EuiErrorBoundary, EuiErrorBoundaryProps } from './error_boundary'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters