EuiSearchBar
Code Sandbox examples are broken
#8279
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
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
To Reproduce
Steps to reproduce the behavior:
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.
index.js
import:import { Demo } from './demo';
->import { SearchBarFilters } from "./demo";
The text was updated successfully, but these errors were encountered: