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
I would love to see the { parameters: { chromatic : {} } option get types. For example, in the code below the delay should be a number and disableSnapshot should be a boolean. However, the types don't seem to exist for these yet and the TS compiler doesn't report any errors.
The text was updated successfully, but these errors were encountered:
jeremiah-clothier
changed the title
[Feature Request] Add types for storybook chromatic: params
[Feature Request] Add TypeScript types for storybook's chromatic: parameter
Mar 4, 2022
I would love to see the
{ parameters: { chromatic : {} }
option get types. For example, in the code below thedelay
should be a number anddisableSnapshot
should be a boolean. However, the types don't seem to exist for these yet and the TS compiler doesn't report any errors.The text was updated successfully, but these errors were encountered: