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
Hey so, I think there is a syntax error in the README.md to set up this addon which would be corrected with the following:
README.md
- export parameters = { + export const parameters = { // Override the default dark theme darkMode: {
I may be wrong in that this is now possible with a later version of ECMAscript, or perhaps something specific to Storybook?
However, when I used the code suggestion in the README.md the code would not compile! This might be an oversight, but let me know in case there's something I'm not aware of ... Otherwise please update ... for the community I can also create a PR 🤷
The text was updated successfully, but these errors were encountered:
Looks to be! make a pr and I'll merge
Sorry, something went wrong.
🚀 Issue was released in v1.0.9 🚀
v1.0.9
Successfully merging a pull request may close this issue.
Hey so, I think there is a syntax error in the
README.md
to set up this addon which would be corrected with the following:The text was updated successfully, but these errors were encountered: