Davidson Nascimento

Results 7 comments of Davidson Nascimento

every time I change my language, I have to reload the page. And in main index file the value of `window.recaptchaOptions = {lang: }` And in component I imported the...

Yeah! You definitely (as @nvdai2401 said) will need to change your branch to `solution` (run `git checkout solution`). Just to clarify it, it's happening because the `master` branch was used...

Was getting the same issue. Investigating it noticed that it's related to the width. Try to increase it to see if it will be fixed.

great lib @inokawa! appreciate the effort you made

I was looking for the same answer. So, I noticed that we can get the `headers` info following these instructions here: https://github.com/lfades/next-with-apollo#withapollo-api. Knowing this I implemented the package [universal-cookie](https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie). Which...