#@mantine/core: MantineProvider was not found in component tree, make sure you have it in your app

10 messages · Page 1 of 1 (latest)

earnest forge
#

app.tsx

        <MantineProvider defaultColorScheme="dark">
            <QueryClientProvider client={queryClient}>
                <Shell>
                    <Notifications />
                    <RouterProvider router={router} />
                </Shell>
            </QueryClientProvider>
        </MantineProvider>
mental pollen
#

Make sure that your carousel is a child of MantineProvider

earnest forge
mental pollen
#

I do not know. The error says that some component was rendered outside MantineProvider context

earnest forge
#

because all other mantine components are working fine

#

AppShell etc

#

if there was an issue then AppShell and all would've broken too right?

#

even Notifications

mental pollen