-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Documentation]: #22597
Comments
But |
I shared a custom manager UI via a preset using this option in v6. What is the guidance on how to share |
@ndelangen is this possible to support using prebundling? I.e. is this a bug / oversight in 7.0 or something that's impossible to support in the new setup? |
Not intentional, and should not be related to prebundling. |
I can confirm storybook/code/lib/types/src/modules/core-common.ts Lines 382 to 389 in 6644043
storybook/code/lib/core-server/src/presets/common-preset.ts Lines 104 to 107 in 6644043
I'll open a PR bringing back support for |
Yowza!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.1.0-alpha.23 containing PR #22701 that references this issue. Upgrade today to the
|
Huzzah!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.17 containing PR #22701 that references this issue. Upgrade today to the
|
Describe the problem
I looks like Storybook no longer supports
managerHead
andpreviewHead
props in themain.js
config. TheStorybookConfig
type doesn't have those props either. However,manager-head.html
andpreview-head.html
still works.Not sure if this is intentional. If it is, we should update the docs: https://storybook.js.org/docs/react/addons/writing-presets#previewmanager-templates
Additional context
No response
The text was updated successfully, but these errors were encountered: