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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class ErrorBoundary extends Component<

componentDidCatch(error: Error, info: ErrorInfo) {
/**
* To emulate the react behaviour of console.error
* To emulate the react behavior of console.error
* we add one here to show that the errors bubble up
* to the system and can be seen in the console
*/
Expand Down
Loading