From 862cb00e40aa6f094aff019a44f52ebfca90ab88 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 22 Nov 2022 16:35:42 +0100 Subject: fix(frontend): mobx 6.7.0 typing Also bumps some dependencies and updates tsconfig.json The added workarounds should be remove once https://github.com/mobxjs/mobx/issues/3582 is resolved. --- subprojects/frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src/App.tsx') diff --git a/subprojects/frontend/src/App.tsx b/subprojects/frontend/src/App.tsx index a471690b..b162e551 100644 --- a/subprojects/frontend/src/App.tsx +++ b/subprojects/frontend/src/App.tsx @@ -1,6 +1,6 @@ import Box from '@mui/material/Box'; import CssBaseline from '@mui/material/CssBaseline'; -import React, { StrictMode, Suspense, lazy } from 'react'; +import { StrictMode, Suspense, lazy } from 'react'; import Loading from './Loading'; import type RootStore from './RootStore'; -- cgit v1.2.3-54-g00ecf