Skip to content
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

Storybook: bug #23683 #21

Open
bangank36 opened this issue Aug 8, 2023 · 1 comment
Open

Storybook: bug #23683 #21

bangank36 opened this issue Aug 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@bangank36
Copy link
Owner

bangank36 commented Aug 8, 2023

Summary

  • Issue reproduced
  • Navigate to this stories

Image

export default {
  component: globalThis.Components.Button,
  tags: ['autodocs'],
  parameters: {
    chromatic: { disable: true },
    docs: {
      story: {
        inline: false,
        height: 350,
      },
      toc: {},
    },
  },
};

Reference

https://togithub.com/storybookjs/storybook/issues/23683

@bangank36 bangank36 converted this from a draft issue Aug 8, 2023
@bangank36 bangank36 added the bug Something isn't working label Aug 8, 2023
@bangank36
Copy link
Owner Author

bangank36 commented Aug 9, 2023

Update

image
  • Preview component is wrap outside the story, as stated in the description
<Preview><Story/></Preview>
image
  • FrameRenderer.tsx handles the rendering of the Preview panel, not the Stories frame. It is not relevant to the setting docs.story.inline: true
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Triage
Development

No branches or pull requests

1 participant