Skip to content

Commit

Permalink
Update packages/web/docs/src/components/error-boundary.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus authored Feb 10, 2025
1 parent 2e12995 commit 59ea959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/docs/src/components/error-boundary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export class ErrorBoundary extends Component<{

render() {
if (this.state.hasError) {
// You can render any custom fallback UI
return this.props.fallback;
}

Expand Down

0 comments on commit 59ea959

Please sign in to comment.