You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The skip parameter is being applied to the addon panel, but not to the docs story source when utilizing @storybook/addon-docs, storybook-addon-jsx and jsxDecorator.
Expected behavior
When utilizing @storybook/addon-docs & storybook-addon-jsx, the jsxDecorator should apply the skip parameter to the docs story source.
Description
The
skip
parameter is being applied to the addon panel, but not to the docs story source when utilizing @storybook/addon-docs, storybook-addon-jsx andjsxDecorator
.Expected behavior
When utilizing @storybook/addon-docs & storybook-addon-jsx, the
jsxDecorator
should apply theskip
parameter to the docs story source.Environment
Examples
preview.js
MyComponent.stories.jsx
Expected
Actual
The text was updated successfully, but these errors were encountered: