Getting Uncaught Error: Minified React error #418 on my Gatsby production build

Advertisements I am continuously getting the following error on the production build of my Gatsby app (not in develpment). Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. The full error is translated into: Hydration failed because the initial… Read More Getting Uncaught Error: Minified React error #418 on my Gatsby production build

how do you clone a git Gatsby project and run it locally?

Advertisements I’m familiar with cloning git projects. But I’m struggling to clone a Gatsby project, https://github.com/MunifTanjim/gatsby-theme-dox, and then run the website locally. I run git clone https://github.com/MunifTanjim/gatsby-theme-dox Then it downloads I go into the correct directly, and I’ve tried gatsby build This works then gatsby develop I get the following error: ERROR gatsby <develop> can… Read More how do you clone a git Gatsby project and run it locally?