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 5adb229 commit 558156aCopy full SHA for 558156a
src/app/components/ErrorMsg.tsx
@@ -2,7 +2,7 @@
2
import React from 'react';
3
4
// parses loadingArray and status and returns the correct message
5
-function parseError(loadingArray: [], status: any): string {
+function parseError(loadingArray: [], status: Record<string, unknown>): string {
6
let stillLoading = true;
7
loadingArray.forEach((e) => {
8
if (e === false) stillLoading = false;
0 commit comments