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
#3394 added a reference to ../../utils/useThemeConfig. That's fine if components are in @docusaurus/theme-classic, but if you swizzle a component you cannot reference that module.
🐛 Bug Report
#3394 added a reference to
../../utils/useThemeConfig
. That's fine if components are in@docusaurus/theme-classic
, but if you swizzle a component you cannot reference that module.Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
Expected behavior
I'd expect the website to start, with a swizzled Footer
Actual Behavior
Site fails to start;
Module not found: Can't resolve '../../utils/useThemeConfig' in '/Users/treece/Desktop/my-website/src/theme/Footer'
Your Environment
The text was updated successfully, but these errors were encountered: