Skip to content

Commit

Permalink
🚀 v.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sumin.kim.717 committed Apr 18, 2024
1 parent d2737bb commit 51ba60f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ interface State {
errorInfo: ErrorInfo | null;
}

/**
* @deprecated
*/
class ErrorBoundary extends Component<Props, State> {
constructor(props: Props) {
super(props);
Expand Down

0 comments on commit 51ba60f

Please sign in to comment.