-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
Docs not applying base theme in manager.js #9498
Comments
@ndelangen I think this was a case we didn't think through in the theming update 😱 What the heck can we do about it? |
Based on discussion with @ndelangen: In 5.3
In 6.0
cc @tmeasday |
😨 |
I added this to my todo list |
current workaround: use |
@palashkaria if you use |
in PR: #9661 |
I'll open a new issue for #9498 (comment)
|
documentation fix #9498 - theming + addon-docs incompatible
Describe the bug
Migrating to manager.js has caused Docs to not apply my theme which has a base of 'dark'
To Reproduce
Steps to reproduce the behavior:
manager.js
and set the base to 'dark'.Expected behavior
Docs would have a base theme of 'dark' as in 5.2.
Screenshots
Canvas:
Docs:
Code snippets
manager.js
System:
Environment Info:
System:
OS: macOS 10.15.2
CPU: (8) x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Binaries:
Node: 10.16.0 - /usr/local/bin/node
Yarn: 1.13.0 - ~/.yarn/bin/yarn
npm: 6.13.6 - /usr/local/bin/npm
Browsers:
Chrome: 79.0.3945.117
Firefox: 70.0.1
Safari: 13.0.4
npmPackages:
@storybook/addon-actions: ^5.3.4 => 5.3.4
@storybook/addon-centered: ^5.3.4 => 5.3.4
@storybook/addon-docs: ^5.3.4 => 5.3.4
@storybook/addon-jest: ^5.3.4 => 5.3.4
@storybook/addon-knobs: ^5.3.4 => 5.3.4
@storybook/addon-links: ^5.3.4 => 5.3.4
@storybook/addon-storysource: ^5.3.4 => 5.3.4
@storybook/addons: ^5.3.4 => 5.3.4
@storybook/react: ^5.3.4 => 5.3.4
npmGlobalPackages:
@storybook/cli: 3.4.4
The text was updated successfully, but these errors were encountered: