#How i can have acces to colorScheme valu in another component
7 messages · Page 1 of 1 (latest)
I follow the documentation but I have this error message
same with useMantineColorScheme()
To use hooks you must add 'use client' to the top of the file
7 messages · Page 1 of 1 (latest)
You need to import hooks from @mantine/core package to use them, follow documentation to see an example
I follow the documentation but I have this error message
same with useMantineColorScheme()
To use hooks you must add 'use client' to the top of the file