Closed sayedbs closed 7 months ago
this error show when I installed HTML addon in my storybook app. my configuration is:
min.js
const config ={ ..., addons[...,"@whitespace/storybook-addon-html"] }
preview.js
const preview = { parameters: { html: { prettier: { tabWidth: 4, useTabs: false, htmlWhitespaceSensitivity: "strict", }, },
Then showing error here:
how can I solve it any idea or example solutions plz. Thanks, Advance
Duplicates #104
Storybook 7 Html Addon not working it's showing error.
this error show when I installed HTML addon in my storybook app. my configuration is:
min.js
preview.js
Then showing error here:
how can I solve it any idea or example solutions plz. Thanks, Advance