Update Report interface to use 'type' instead of 'id' and rename afte… #138
Annotations
3 errors
test:
src/story.test.ts#L60
Type '{ title: string; component: (props: ButtonArgs) => string; tags: string[]; decorators: ((storyFn: PartialStoryFn<XRenderer, { [x: string]: any; }>, context: StoryContext<...>) => string)[]; ... 5 more ...; argTypes: { ...; }; }' is not assignable to type 'XMeta<Args>'.
|
test:
src/story.test.ts#L79
Type '{ title: string; component: (props: ButtonArgs) => string; tags: string[]; decorators: ((storyFn: PartialStoryFn<XRenderer, { x: string; y: string; }>, context: StoryContext<...>) => string)[]; ... 5 more ...; argTypes: { ...; }; }' is not assignable to type 'XMeta<ButtonArgs>'.
|
test
Process completed with exit code 2.
|