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
Truncated page data information for the failed page "/identity/typography/overview/": {
"errors": {},
"path": "/identity/typography/overview/",
"slicesMap": {},
"pageContext": {}
}
failed Building static HTML for pages - 1.811s
ERROR #95313 HTML.COMPILATION
Building static HTML failed for path "/identity/typography/overview/"
See our docs page for more info on this error: https://gatsby.dev/debug-html
635 | rest = _objectWithoutPropertiesLoose(_ref7, _excluded);
636 |let {
> 637 | basename
| ^
638 | } = React.useContext(UNSAFE_NavigationContext);
639 | // Rendered into <a href>for absolute URLs
640 |let absoluteHref;
WebpackError: TypeError: Cannot destructure property 'basename' of 'react__WEBPACK_IMPORTED_MODULE_0__.useContext(...)' as it is null.
Current Behavior
After forking thegatsby-plugin-dark-mode
and making changes, I received this error during the build process.Currently this is the behavior from running
npm run build
Here is the link to the failed job after adding hotfix to resolve
react-server-dom-webpack
toreact@18
https://github.com/layer5io/sistent/actions/runs/6802346260/job/18495246739
Expected Behavior
Screenshots/Logs
Environment
Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: