-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
6.2.0-beta.4 - Issue when using angular attribute selectors or multiple selectors #14079
Comments
@dexster there's a legacy rendering mode if you need it as a workaround https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#new-angular-renderer cc @ThibaudAV |
When I add that and run the project I get these errors: Template parse errors:
|
¡Ay Caramba!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-rc.5 containing PR #14230 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Jeepers creepers!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.3.0-alpha.1 containing PR #14313 that references this issue. Upgrade today to the
|
Bug
When using attribute selectors or multiple selectors, running the project either does not show the button on the canvas or throws an error
Steps to reproduce
npx sb@next init
npm run storybook
This selector will show no button
selector: 'storybook-button[foo]',
This selector will cause an error
selector: 'storybook-button, storybook-button[foo]',
These work fine in 6.1 which adds the attribute to the button tag automatically
The text was updated successfully, but these errors were encountered: