When consuming context within a component, does it have to be marked as a client component? This is something like an AuthButton that I want to use my AuthProvider in, but I get the following error: ⨯ TypeError: (0 , _contexts_AuthProvider__WEBPACK_IMPORTED_MODULE_1__.useAuth) is not a function"
The context itself is set as a client component, and wraps the children in the RootLayout component