Fernando Fresquer

Results 2 comments of Fernando Fresquer

@philonor as I found here https://github.com/appleboy/react-recaptcha/issues/229 the issue is really easy to fix. Use **isBrowser** of useSSR Hook https://github.com/alex-cory/use-ssr ` {isBrowser && } `

Gatsby JS is not a SSR tool. If you try to use windows on the server will crush. To protect you for any undefined you must to use window with...