We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26752b commit 0ea81a1Copy full SHA for 0ea81a1
webview-ui/src/components/ErrorBoundary.tsx
@@ -17,8 +17,6 @@ class ErrorBoundary extends Component<ErrorProps, ErrorState> {
17
constructor(props: ErrorProps) {
18
super(props)
19
this.state = {}
20
-
21
- this.state = {}
22
}
23
24
static getDerivedStateFromError(error: unknown) {
0 commit comments