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
If i use the info addon: https://github.com/storybooks/storybook/tree/master/addons/info
sometimes props are truncated. How can i change that?
The text was updated successfully, but these errors were encountered:
I will add to documentation after finding the information.
Sorry, something went wrong.
@blairanderson take a look at this PR: #1157
Here is my config for this problem
// config.js import infoAddon, { setDefaults } from '@storybook/addon-info'; // addon-info setDefaults({ inline: true, maxPropsIntoLine: 1, maxPropObjectKeys: 10, maxPropArrayLength: 10, maxPropStringLength: 100, }); setAddon(infoAddon);
Merge pull request #1326 from blairanderson/patch-1
4710321
fixes #1299 - addons/info: update readme
No branches or pull requests
If i use the info addon: https://github.com/storybooks/storybook/tree/master/addons/info
sometimes props are truncated. How can i change that?
The text was updated successfully, but these errors were encountered: