-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Linking Docs to MDX removes the Storybook Viewer. #17921
Comments
I have the same issue. |
I'm also running into this problem. If I specify the markup like this: [FormControlService](/docs/components-form-control-services-formcontrolservice--page) The output looks like this: <a href="?path=/docs/components-form-control-services-formcontrolservice--page" target="_top" class="sbdocs sbdocs-a css-19nbuh3">FormControlService</a> And generates the following link (running locally):
If I were to manually change the I also noted a difference depending on where I specific the link. If I have it directly in the mdx, the link works fine (unless you try to open in a new tab as described by #9502), but if it's in markdown linked using |
I have created a test for internal linking for storybook 7.0 using beta 48 as this issue seems to persist there.
Other related issues:
cc: @yannbf |
Any plans on fixing this? |
Can anyone tell me if this feature is supposed to close the SB viewer in Angular?
If I use this link to go from the stories doc page to an MDX file in the same folder, It opens a new page with the MDX shown but without the storybook viewer.
List Item MDX
The page it goes to is http://localhost:6006/iframe.html?id=basin-components-list-item-list-item-mdx--page&viewMode=story
There is no list of stories to the side or controls below, no window into viewing the page, just the MDX page itself. I would like to be able to link the two without completely removing the viewer from Storybook
The text was updated successfully, but these errors were encountered: