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. 🤯
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)
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?
@pahan35
https://next--storybookjs.netlify.app/official-storybook/?path=/settings/shortcuts https://next--storybookjs.netlify.app/official-storybook/?path=/settings/about
@darleendenno would you suggest a particular file to start with?
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?
@jay24rajput thank you! 🙏 check out https://github.com/storybookjs/storybook/blob/next/CONTRIBUTING.md#development-guide to get started 💪
Sounds like a routing bug, since we have pages like
/settings/aboutand/settings/shortcuts. Anybody want to take a crack at this?