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 f735c41 commit 722074dCopy full SHA for 722074d
src/app/containers/ErrorContainer.tsx
@@ -5,7 +5,7 @@ import Loader from '../components/Loader';
5
import ErrorMsg from '../components/ErrorMsg';
6
import { useStoreContext } from '../store';
7
8
-function ErrorContainer(props): JSX.Element {
+function ErrorContainer(): any {
9
const [store, dispatch] = useStoreContext();
10
const { tabs, currentTitle, currentTab } = store;
11
// hooks for error checks
0 commit comments