Guilherme Ramos
Guilherme Ramos
Hi Guys, do you know how to avoid the following error? I have this test: ```ts import { renderHook } from '@testing-library/react-hooks'; import { act, render } from '@testing-library/react'; import...
Guys how to "configure semantic-release to use an administrator user"?
**Intended outcome:** We are trying to mock the graphql for teting with jest on NextJS **Actual outcome:** We are getting the following error: ```bash TypeError: graphql.visit is not a function...
Hi there, I have an issue on production env. When reloading page the cookie is being deleted, I think this issue would be related to the lib because of this...