You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error UNHANDLED REJECTION
TypeError: store.getState(...).pages.filter is not a function
- page-hot-reloader.js:65
[website]/[gatsby]/dist/bootstrap/page-hot-reloader.js:65:28
The text was updated successfully, but these errors were encountered:
Description
After this merge #6226
The way as pages are stored in redux changed, so this line
gatsby/packages/gatsby/src/bootstrap/page-hot-reloader.js
Line 58 in d1423b1
Gives error
Steps to reproduce
Edit any file so it needs to hot reload
Expected result
Reload the page content
Actual result
The text was updated successfully, but these errors were encountered: