Replies: 3 comments 5 replies
-
What logs out when you include Also what logs out if you log |
Beta Was this translation helpful? Give feedback.
5 replies
-
I am lazy to read code, but context api is working well for me. Let's check your logic code |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since there is no code example just a random thought: As it says your context is
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Here is my code of ContextProvider:
this is my _app.js
the below line print the context in a component:
but this below code not works:
error:
TypeError: Cannot read property 'menu' of undefined
environment:
nextjs: 9.4.4
react: 16.4.0
browser: chromium Version 83.0.4103.61
Beta Was this translation helpful? Give feedback.
All reactions