79250179

Date: 2024-12-04 07:23:17
Score: 0.5
Natty:
Report link

You are using UserContext in UserCartApp which is not wrapped by UserProvider. Instead of that use it in Header like this.

export const Header = () => {
    const { userConfig } = useContext(UserContext);
    console.log('header config', userConfig);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: abolfazl shamsollahi