dsm-storybook-example-library icon indicating copy to clipboard operation
dsm-storybook-example-library copied to clipboard

Results 9 dsm-storybook-example-library issues
Sort by recently updated
recently updated
newest added

It's working when I run `dsm-storybook preview`. But when I run `dsm-storybook publish` the cli returns "No stories with DSM component container IDs were found" ```import React from 'react' import...

## Description npm 7 now automatically installs peer dependencies if you don't pass the `--legacy-peer-deps` flag. Some of the peer dependencies installed in our React examples don't correctly match. ##...

**Describe the bug** In some cases I'd like to say dsm where storybook folder is, because it is not in the root folder. **To Reproduce** Steps to reproduce the behavior:...

Let me know if there's a better place to ask, but is there documentation anywhere on the json file used to create the properties and description (https://github.com/InVisionApp/dsm-storybook-example-library/blob/master/html/storybook-v6/src/components/button/button.docs.json)? What is `displayName`...

**angular-v5-example** 1) checkout this repo ... 2) cd angular/storybook-v5 2) yarn install 3) yarn storybook => fail ``` Uncaught SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the...

At the beginning of the year Storybook update their configuration: https://medium.com/storybookjs/declarative-storybook-configuration-49912f77b78 This changes a lot of how the configuration files are structured and their contents, and as a result the...

**Describe the bug** The `dsm-storybook publish` script fails when the path contains a space: ``` DSM => Creating Storybook bundle... 'C:\Users\Tom' is not recognized as an internal or external command,...

When running 'npm run storybook' and opening the application on IE11, a syntax error occurs, linking to the code: .storybook/config.js callback: () => { // apply the custom options //...

As the `.dsmrc` file is a standard JSON file, I'm unsure how to add the authentication token as an environment variable. I don't want to expose the token in the...