Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
Customizing where the links in the language switch point to.
<swisspost-internet-header project="test" environment="int01" language="en" language-switch-overrides='[{"lang":"de","url":"/?lang=de"},{"lang":"fr","url":"/?lang=fr"},{"lang":"it","url":"/?lang=it"},{"lang":"en","url":"/?lang=en"}]' ></swisspost-internet-header>
| Name | Description | Default | Control |
|---|---|---|---|
| Deprecated props | |||
| languageSwitchOverrides | Deprecated: use the language menu slot to override the language switch and specify custom URLs. This option will be removed in the next major release. Override the language switch links with custom URLs. Helpful when your application contains sub-pages, and you would like to stay on subpages when the user changes language. | languageSwitchOverrides : [ 0 : {...} 2 keys 1 : {...} 2 keys 2 : {...} 2 keys 3 : {...} 2 keys | |