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
After a fresh install and migrating to gatsby-theme-docz@next, the "/docs" page renders a development 404 page
The "/docs-button" page is also broken with those errors :
Uncaught TypeError: Object(...) is not a function
at Header (index.js:1)
at renderWithHooks (react-dom.development.js:16319)
at mountIndeterminateComponent (react-dom.development.js:18734)
at beginWork$1 (react-dom.development.js:20083)
at HTMLUnknownElement.callCallback (react-dom.development.js:363)
at Object.invokeGuardedCallbackDev (react-dom.development.js:412)
at invokeGuardedCallback (react-dom.development.js:467)
at beginWork$$1 (react-dom.development.js:25729)
at performUnitOfWork (react-dom.development.js:24637)
at workLoopSync (react-dom.development.js:24613)
at performSyncWorkOnRoot (react-dom.development.js:24181)
at react-dom.development.js:12239
at unstable_runWithPriority (scheduler.development.js:815)
at runWithPriority$2 (react-dom.development.js:12189)
at flushSyncCallbackQueueImpl (react-dom.development.js:12234)
at flushSyncCallbackQueue (react-dom.development.js:12222)
at scheduleUpdateOnFiber (react-dom.development.js:23600)
at Object.enqueueSetState (react-dom.development.js:14030)
at LocationProvider../node_modules/react/cjs/react.development.js.Component.setState (react.development.js:335)
at index.js:104
The text was updated successfully, but these errors were encountered:
After a fresh install and migrating to gatsby-theme-docz@next, the "/docs" page renders a development 404 page
The "/docs-button" page is also broken with those errors :
The text was updated successfully, but these errors were encountered: