We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using refs for composition https://storybook.js.org/docs/sharing/storybook-composition
refs: { UI5: { // @ts-expect-error id: 'UI5', title: 'UI5 Web Components', url: 'https://sap.github.io/ui5-webcomponents-react/v2', expanded: false, sourceUrl: 'https://github.com/sap/ui5-webcomponents-react', }, },
I'm forced to give that additional parameter id to get this working. Also param sourceUrl is not in ts definitions, but works in final output.
id
sourceUrl
storybook/code/core/src/manager-api/modules/refs.ts
Line 281 in acf4f6b
Also the ref is duplicated (shows up twice) in the storybook ui.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using refs for composition https://storybook.js.org/docs/sharing/storybook-composition
I'm forced to give that additional parameter
id
to get this working. Also paramsourceUrl
is not in ts definitions, but works in final output.storybook/code/core/src/manager-api/modules/refs.ts
Line 281 in acf4f6b
Also the ref is duplicated (shows up twice) in the storybook ui.
The text was updated successfully, but these errors were encountered: