Cannot read properties of undefined (reading 'webpackCompilationHash') #34484
Labels
topic: frontend
Relates to frontend issues (e.g. reach/router, gatsby-link, page-loading, asset-loading, navigation)
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
#34225 introduced a new unhandled exception. Thankfully it looks like a fairly easy fix.
Actual Result
Cannot read properties of undefined (reading 'webpackCompilationHash')
I'd file a PR but I'm unsure what the exact correct fix would be. Maybe just adding
page.page == null ||
to the beginning of theif
statement?@pieh will probably know better :)
The text was updated successfully, but these errors were encountered: