cloudfour.com-patterns
                                
                                
                                
                                    cloudfour.com-patterns copied to clipboard
                            
                            
                            
                        Storybook Mobile and HTML add-ons have stopped working
Overview
Since Renovate updated the Storybook monorepo to 6.5.9 (#1843), the following add-ons have stopped working:
Steps to reproduce
- Open any story in "canvas" view.
 - Observe whether or not "Mobile" and "HTML" tabs are next to "Controls" and "Accessibility."
 
- See #1717
 - See https://github.com/aholachek/storybook-mobile/issues/35
 - See https://github.com/storybookjs/storybook/issues/14489
 
@spaceninja FYI, some acceptable outcomes of this issue for me are:
- Determine this issue is blocked by dependency updates.
 - Determine that there is a reasonable, working alternative we could use instead.
 - Suggest removing the dependency for now.
 
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.
FYI, removing this from the project backlog because it is not a launch blocker.
Note that we disabled these two plugins (though they're still installed as dependencies so we can monitor updates) in #1954
@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
@yannbf thanks for the heads-up!