diff --git a/integration-tests/ssr/__tests__/__snapshots__/ssr.js.snap b/integration-tests/ssr/__tests__/__snapshots__/ssr.js.snap index fb84baa33e754..7590380369c25 100644 --- a/integration-tests/ssr/__tests__/__snapshots__/ssr.js.snap +++ b/integration-tests/ssr/__tests__/__snapshots__/ssr.js.snap @@ -105,13 +105,13 @@ exports[`SSR it generates an error page correctly 1`] = `

error

window is not defined -
  2 | 
-  3 | const Component = () => {
-> 4 |   const a = window.width
-    |             ^
-  5 | 
-  6 |   return <div>hi</div>
-  7 | }
+
  2 |
+  3 | const Component = () => {
+> 4 |   const a = window.width
+    |             ^
+  5 |
+  6 |   return <div>hi</div>
+  7 | }

For help debugging SSR errors, see this docs page: https://www.gatsbyjs.com/docs/debugging-html-builds/

Skip SSR