cloudfour / cloudfour.com-patterns

The design system, component library and documentation for cloudfour.com and related projects
https://cloudfour-patterns.netlify.app
24 stars 3 forks source link

Storybook Mobile and HTML add-ons have stopped working #1884

Open tylersticka opened 2 years ago

tylersticka commented 2 years ago

Overview

Since Renovate updated the Storybook monorepo to 6.5.9 (#1843), the following add-ons have stopped working:

Steps to reproduce

  1. Open any story in "canvas" view.
  2. Observe whether or not "Mobile" and "HTML" tabs are next to "Controls" and "Accessibility."

tylersticka commented 2 years ago

@spaceninja FYI, some acceptable outcomes of this issue for me are:

My main goal in creating this issue was to get 👀 on it to determine our best next steps. It's okay if there's no fix yet on our end.

tylersticka commented 2 years ago

FYI, removing this from the project backlog because it is not a launch blocker.

spaceninja commented 2 years ago

Note that we disabled these two plugins (though they're still installed as dependencies so we can monitor updates) in #1954

yannbf commented 2 years ago

@spaceninja regarding Storybook Mobile, version 1.0.1 has been released which should be working now with Storybook 6.5. It also seems to live in a different repo: https://github.com/stevensacks/storybook-mobile-addon

spaceninja commented 2 years ago

@yannbf thanks for the heads-up!