I am using Next JS, and during dev mode, it doesnt throw this error but as soon as i test it with Jest using JSDOM, it throws me this error, although my provider is in _app.tsx , which should wrap the entire app under the provider but seems that this is not the case.
any help ?
I am using Next JS, and during dev mode, it doesnt throw this error but as soon as i test it with Jest using JSDOM, it throws me this error, although my provider is in _app.tsx , which should wrap the entire app under the provider but seems that this is not the case.
any help ?