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
In the default starter, when using the FAST_DEV flag and running in development mode, the console shows an error:
index.js:2177 Warning: Expected server HTML to contain a matching <picture> in <div>.
in picture (created by Image)
in div (created by Image)
in Image (at image.js:33)
in Image (at pages/index.js:15)
in div (at pages/index.js:14)
in main (at layout.js:36)
in div (at layout.js:29)
in Layout (at pages/index.js:9)
in IndexPage (created by HotExportedIndexPage)
in AppContainer (created by HotExportedIndexPage)
in HotExportedIndexPage (created by PageRenderer)
in PageRenderer (at query-result-store.js:90)
in PageQueryStore (at root.js:58)
in RouteHandler (at root.js:80)
in div (created by FocusHandlerImpl)
in FocusHandlerImpl (created by Context.Consumer)
in FocusHandler (created by RouterImpl)
in RouterImpl (created by Context.Consumer)
in Location (created by Context.Consumer)
in Router (at root.js:75)
in ScrollHandler (at root.js:71)
in RouteUpdates (at root.js:70)
in EnsureResources (at root.js:68)
in LocationHandler (at root.js:126)
in LocationProvider (created by Context.Consumer)
in Location (at root.js:125)
in Root (at root.js:134)
in StaticQueryStore (at root.js:150)
in ConditionalFastRefreshOverlay (at root.js:149)
in _default (at app.js:165)
Steps to reproduce
Download the default starter and add the FAST_DEV flag in the gatsby-config.js file.
Then run the app in development mode with gatsby develop.
You will see an error in the console when navigating to http://localhost:8000/
Expected result
No errors should be logged in the console, the server and client HTML should match.
Actual result
An error is logged to the console, the server and client HTML don't match.
Description
In the default starter, when using the
FAST_DEV
flag and running in development mode, the console shows an error:Steps to reproduce
Download the default starter and add the
FAST_DEV
flag in thegatsby-config.js
file.Then run the app in development mode with
gatsby develop
.You will see an error in the console when navigating to http://localhost:8000/
Expected result
No errors should be logged in the console, the server and client HTML should match.
Actual result
An error is logged to the console, the server and client HTML don't match.
Environment
EDIT: Posted here: #28138
The text was updated successfully, but these errors were encountered: