Open Issues Need Help
View All on GitHub ❗ Bug: useUser hook not receiving context value 3 months ago
AI Summary: Debug a Next.js application where a custom `useUser` hook, designed to access user data from a React Context storing a decoded JWT, is not correctly retrieving or updating the context value. The task involves investigating the context implementation, the hook's logic, and potentially relevant files to identify and fix the issue causing the `useUser` hook to return undefined or an empty object.
Complexity:
4/5
bug good first issue