Skip to content

Commit

Permalink
[UnifiedFieldList] Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Apr 26, 2023
1 parent f742f21 commit b847be6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

import React from 'react';

/**
* Renders nothing instead of a component which triggered an exception.
*/
export class ErrorBoundary extends React.Component<{}, { hasError: boolean }> {
constructor(props: {}) {
super(props);
Expand Down

0 comments on commit b847be6

Please sign in to comment.