I'm using react context but having this issue. How to solve it?
TL;DR
Developers are encountering an error with setIsLogged being undefined in a React context. Make sure setIsLogged is defined and accessible in the correct scope to resolve the issue.