Closed squrious closed 6 months ago
The following story doesn't work:
export default { component: Toggle, args: { 'toggle:enable': fn(), 'toggle:disable': fn(), } };
Because each action is converted to a data-storybook-action attribute that cannot be repeated.
data-storybook-action
The following story doesn't work:
Because each action is converted to a
data-storybook-action
attribute that cannot be repeated.