DEV Community

Discussion on: Gatsby build production error using Material UI

Collapse
 
wayneco profile image
Wayne-CO

Turns out it was a 404.js page that was using a component that accepts props but I did not provide props for the page.
Not sure why error handling didn't catch that during build.