🐛 Fix an error with @nivo/line

Doesn't support react 18 https://github.com/plouc/nivo/issues/230
This commit is contained in:
ajnart
2022-08-24 19:32:06 +02:00
committed by Manuel Ruwe
parent 4e7d3edb5f
commit 4f521b5c00
5 changed files with 10 additions and 25 deletions

View File

@@ -4,7 +4,6 @@ import { AppProps } from 'next/app';
import { getCookie, setCookie } from 'cookies-next';
import Head from 'next/head';
import { MantineProvider, ColorScheme, ColorSchemeProvider, MantineTheme } from '@mantine/core';
import { serverSideTranslations } from 'next-i18next/serverSideTranslations';
import { NotificationsProvider } from '@mantine/notifications';
import { useHotkeys } from '@mantine/hooks';
import { ModalsProvider } from '@mantine/modals';