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

EuiSearchBar Code Sandbox examples are broken #8279

Open
jpcarey opened this issue Jan 16, 2025 · 0 comments
Open

EuiSearchBar Code Sandbox examples are broken #8279

jpcarey opened this issue Jan 16, 2025 · 0 comments
Labels
bug documentation Issues or PRs that only affect documentation - will not need changelog entries ⚠️ needs validation For bugs that need confirmation as to whether they're reproducible

Comments

@jpcarey
Copy link

jpcarey commented Jan 16, 2025

Describe the bug
Click any of the sandbox links in the EuiSearchBar docs

Impact and severity
Is there an end-user impact caused by this bug? If so, how severe is it? Is there a known workaround? Understanding the impact and severity will help us determine the priority.

Environment and versions

  • EUI version: 99.0.0

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://eui.elastic.co/#/forms/search-bar
  2. Click any of the "Try out this demo on Code Sandbox"
  3. When the sandbox loads, you'll receive an error Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
  4. Change the index.js import: import { Demo } from './demo'; -> import { SearchBarFilters } from "./demo";
@jpcarey jpcarey added bug documentation Issues or PRs that only affect documentation - will not need changelog entries ⚠️ needs validation For bugs that need confirmation as to whether they're reproducible labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug documentation Issues or PRs that only affect documentation - will not need changelog entries ⚠️ needs validation For bugs that need confirmation as to whether they're reproducible
Projects
None yet
Development

No branches or pull requests

1 participant