storybookjs / addon-designs

A Storybook addon that embeds Figma, websites, or images in the addon panel.
https://storybookjs.github.io/addon-designs
MIT License
869 stars 73 forks source link

renderTarget: "tab" does not display the design tab #195

Closed ThomasCarca closed 1 year ago

ThomasCarca commented 1 year ago

Affected design types

Describe the bug

Using option renderTarget: "tab" does not seem to work with the latest version (6.3.1 at the time I'm writing this message). Reverting to v6.2.1 fixes the issue.

This issue already happened a while back.

How to reproduce the bug?

  1. Setup a minimal project with renderTarget: "tab"
  2. Notice the tab is not displayed

Expected behaviour

The tab with design should be displayed

Environment

Affected versions

6.3.1

Storybook versions

6.5.13

pocka commented 1 year ago

Cannot reproduce. Please provide a minimal reproduction repository.

$ npm ls @storybook/react
sb-test@ /home/pocka/development/sb-test
└── @storybook/react@6.5.13

$ npm ls storybook-addon-designs
sb-test@ /home/pocka/development/sb-test
└── storybook-addon-designs@6.3.1

Screen Shot 2023-05-28 at 16 37 50 Screen Shot 2023-05-28 at 16 37 43

pocka commented 1 year ago

Closing due to inactivity.