storybook: When story id starts with 'settings' the addons panel is not responding 🤯

Describe the bug When story id starts with settings, the addon panel is frozen/broken/not responding. 🤯

https://user-images.githubusercontent.com/11510581/116053981-83f51f80-a67b-11eb-8a70-28e8b989b50e.mp4

To Reproduce I reproduced it on newly created CRA with SB. See video above.

To reproduce: just add story id starting with settings

export default {
  title: "Example/Button",
  id: "settings-card",
  component: Button,
  argTypes: {
    backgroundColor: { control: "color" },
  },
};

System

Environment Info:

  System:
    OS: macOS 10.15.7
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
  Binaries:
    Node: 14.14.0 - ~/.nvm/versions/node/v14.14.0/bin/node
    Yarn: 1.22.10 - ~/.nvm/versions/node/v14.14.0/bin/yarn
    npm: 6.14.8 - ~/.nvm/versions/node/v14.14.0/bin/npm
  Browsers:
    Chrome: 90.0.4430.85
    Firefox: 85.0.1
    Safari: 14.0.3
  npmPackages:
    @storybook/addon-actions: ^6.2.9 => 6.2.9
    @storybook/addon-essentials: ^6.2.9 => 6.2.9
    @storybook/addon-links: ^6.2.9 => 6.2.9
    @storybook/node-logger: ^6.2.9 => 6.2.9
    @storybook/preset-create-react-app: ^3.1.7 => 3.1.7
    @storybook/react: ^6.2.9 => 6.2.9

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 3
  • Comments: 15 (5 by maintainers)

Most upvoted comments

Hey! I am new to the codebase still exploring the functionality! I would like to work on this issue as my first issue on storybook. Any getting started or tricks and tips?

@darleendenno would you suggest a particular file to start with?

I would like to try working on this if none of the others are interested

Go for it! 😄

I would like to try working on this if none of the others are interested

‼️ This issue is available for the taking! ‼️

@rsotoMrOrange? @jay24rajput? are either of you interested?

Hi! I would like to try to fix this issue, but I see someone else already started. Can I give this one a go or should I look for another one?

Sounds like a routing bug, since we have pages like /settings/about and /settings/shortcuts. Anybody want to take a crack at this?