1 parent 90796d3 commit 3bf59afCopy full SHA for 3bf59af
1 file changed
apps/dsa-web/src/pages/SettingsPage.tsx
@@ -89,7 +89,7 @@ class SettingsContentErrorBoundary extends Component<
89
hasError: false,
90
};
91
92
- static getDerivedStateFromError(error: unknown): SettingsContentErrorBoundaryState {
+ static getDerivedStateFromError(): SettingsContentErrorBoundaryState {
93
return {
94
hasError: true,
95
0 commit comments