We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #3394, we no longer give logo field a dummy empty object if it's undefined, which will cause it to crash at line 19:
docusaurus/packages/docusaurus-theme-classic/src/theme/hooks/useLogo.ts
Lines 15 to 19 in 1444770
Yes
Upgrade a classic site without logo to alpha-66.
Sites without logo property should continue to work
Blank screen with js error:
https://github.com/SamChou19815/website/tree/master/packages/blog
Bump it to alpha-66, and yarn start.
yarn start
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🐛 Bug Report
In #3394, we no longer give logo field a dummy empty object if it's undefined, which will cause it to crash at line 19:
docusaurus/packages/docusaurus-theme-classic/src/theme/hooks/useLogo.ts
Lines 15 to 19 in 1444770
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
Upgrade a classic site without logo to alpha-66.
Expected behavior
Sites without logo property should continue to work
Actual Behavior
Blank screen with js error:
Your Environment
Reproducible Demo
https://github.com/SamChou19815/website/tree/master/packages/blog
Bump it to alpha-66, and
yarn start
.The text was updated successfully, but these errors were encountered: