Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Mobile ui search breaks into an infinite loop #26755

Closed
dnaploszek opened this issue Apr 5, 2024 · 0 comments · Fixed by #26807
Closed

[Bug]: Mobile ui search breaks into an infinite loop #26755

dnaploszek opened this issue Apr 5, 2024 · 0 comments · Fixed by #26807
Assignees

Comments

@dnaploszek
Copy link

Describe the bug

  1. A clean install of storybook v8.0.6 in React on a freshly create-react-app project.
  2. Open chrome devtools -> responsive view -> mobile
  3. Type anything in search and select any element
  4. Infinite loop :(

To Reproduce

https://stackblitz.com/github/storybookjs/sandboxes/tree/next/cra/default-js/after-storybook?file=README.md&preset=node

  1. Open Preview in new tab
  2. Do the steps from the description

System

Storybook Environment Info:

  System:
    OS: macOS 14.2.1
    CPU: (10) arm64 Apple M1 Pro
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.11.0 - ~/.asdf/installs/nodejs/20.11.0/bin/node
    npm: 10.2.4 - ~/.asdf/plugins/nodejs/shims/npm <----- active
  Browsers:
    Chrome: 123.0.6312.107
    Safari: 17.2.1
  npmPackages:
    @storybook/addon-essentials: ^8.0.6 => 8.0.6
    @storybook/addon-interactions: ^8.0.6 => 8.0.6
    @storybook/addon-links: ^8.0.6 => 8.0.6
    @storybook/addon-onboarding: ^8.0.6 => 8.0.6
    @storybook/blocks: ^8.0.6 => 8.0.6
    @storybook/preset-create-react-app: ^8.0.6 => 8.0.6
    @storybook/react: ^8.0.6 => 8.0.6
    @storybook/react-webpack5: ^8.0.6 => 8.0.6
    @storybook/test: ^8.0.6 => 8.0.6
    eslint-plugin-storybook: ^0.8.0 => 0.8.0
    storybook: ^8.0.6 => 8.0.6

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants