Closed tmi-smjeong closed 1 month ago
Hey @tmi-smjeong as the error says, i think it's related to NextJS server components. Could you try adding use client
direct to the top of your file? If it doesn't work, please create a minimal reproducible example please.
Closing this due to inactivity.
Describe the bug
Hello.
Following the documentation at the this Link in a new NextJS project, an issue occurs while setting up the theme for ‘ChakraProvider’.
It uses the same source code as the documentation, so there is no source code to attach.
Steps To Reproduce
-
Expected behavior
It should behave normally based on the colour of the Theme entered, such as
<ChakraProvider theme={RefineThemes.Blue}>
.Packages
Additional Context
No response