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
After upgrading from Storybook 6 to Storybook 8, we are experiencing an issue when trying to show an object with an Action (import { action } from '@storybook/addon-actions';) in our Controls.
This is our link arg:
This is what we expect, and is shown on the Docs page:
This is what actually happens:
The Action does work as expected and is shown in the Actions tab when clicking the link, but it isn't shown in the link object on the Controls.
@Tusharjagi Thank you for helping out! Be sure to check the contribution guide and hop onto the Storybook Discord if you need any help getting started. Looking forward to your contribution! ✨
Describe the bug
After upgrading from Storybook 6 to Storybook 8, we are experiencing an issue when trying to show an object with an Action (
import { action } from '@storybook/addon-actions';
) in our Controls.This is our
link
arg:This is what we expect, and is shown on the Docs page:
This is what actually happens:
The Action does work as expected and is shown in the Actions tab when clicking the
link
, but it isn't shown in thelink
object on the Controls.Reproduction link
https://stackblitz.com/edit/github-39beua?file=src%2Fstories%2FButton.stories.ts
Reproduction steps
object
to your args, one of the properties should contain anaction
. (import { action } from '@storybook/addon-actions;
)Expected result: Object is fully shown in controls.
Actual result: The property containing an action is missing from the Object in the controls.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: