Replies: 1 comment 2 replies
-
I suspect you previously were using a lower version than v3.5, have swizzled the (unsafe) DocBreadcrumbs component, and didn't update the import appropriately: import {useSidebarBreadcrumbs} from '@docusaurus/plugin-content-docs/client'; This change was documented in v3.5 release notes: https://docusaurus.io/blog/releases/3.5#other-changes We can't help more without a runnable repro, in particular if you have any swizzled component. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I hope I can get some help here, because my options of looking for a solution on the internet and in the open sources are exhausted.
After upgrading the Docusaurus from 3.5.2 to 3.6.1 I get the following error, when I am trying to build:
This error affects all files in the
courses
directory. My system is Ubuntu 22.04 LTS.I will be thankful if you can suggest a solution. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions