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
failed Building static HTML for pages - 8.205s
ERROR #95313
Building static HTML failed
See our docs page for more info on this error: https://gatsby.dev/debug-html
TypeError: Cannot read properties of null (reading 'split')
- errors.js:102 createErrorFromString
[road-rally-frontend]/[gatsby-cli]/lib/reporter/errors.js:102:37
- build-html.ts:362 doBuildPages
[road-rally-frontend]/[gatsby]/src/commands/build-html.ts:362:31
- build-html.ts:450 buildHTMLPagesAndDeleteStaleArtifacts
[road-rally-frontend]/[gatsby]/src/commands/build-html.ts:450:7
- build.ts:407 build
[road-rally-frontend]/[gatsby]/src/commands/build.ts:407:5
This only happens when this plugin is being used. It does not occur if the gatsby emotion is being used.
While building, I get the following error:
This only happens when this plugin is being used. It does not occur if the gatsby emotion is being used.
Dependencies if it helps:
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"gatsby": "^4.6.0",
"gatsby-plugin-material-ui": "4.1.0",
"react": "^17.0.1",
"gatsby-source-filesystem": "^4.6.0"
The text was updated successfully, but these errors were encountered: