Using Next.js, I can get the context value(lang) in header.js file without a problem but it returns undefined in _app.js
lang
undefined
Here is my code.