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
@storybook/react 7.3.2 withScreenshot in preview.tsx
I get an error.
storycap is still not compatible with storybook v7?
// preview.tsx - error text
Cannot assign type 'WithScreenshot' to type 'DecoratorFunction<ReactRenderer, { [x: string]: any; }>'.
Parameters 'options' and 'fn' have incompatible types.
Type 'PartialStoryFn<ReactRenderer, { [x: string]: any; }>' has no properties in common with type 'Partial<ScreenshotOptions>'.
@storybook/react 7.3.2 withScreenshot in preview.tsx
I get an error.
storycap is still not compatible with storybook v7?
The text was updated successfully, but these errors were encountered: