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
addParameters({ options: { theme: create({ base: 'dark', } } });
Results:
addParameters({ options: { theme: create({ base: 'dark', colorPrimary: 'red', colorSecondary: 'green', } } });
System:
The text was updated successfully, but these errors were encountered:
I'll make this work:
create({ base: 'dark', colorPrimary: 'red', colorSecondary: 'green', });
Sorry, something went wrong.
PR is open
Ooh-la-la!! I just released https://github.com/storybooks/storybook/releases/tag/v5.0.0-rc.11 containing PR #5843 that references this issue. Upgrade today to try it out!
Because it's a pre-release you can find it on the @next NPM tag.
@next
Closing this issue. Please re-open if you think there's still more to do.
ndelangen
No branches or pull requests
Example 1
Results:
Example 2
Results:
System:
The text was updated successfully, but these errors were encountered: