Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.91 KB

File metadata and controls

37 lines (29 loc) · 1.91 KB

Known Issues


Partially Solved / Work-in-Progress Issues

  • Storybook Story Types unknown, not read by Jest - Using the following syntax seems to remove the unknown error in the test files, but it's a verbose, non-elegant solution. The types should infer correctly.

    const BasicComponent: ComponentStoryFn<typeof Component> = Template.bind({});

Solved Issues