Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Oct 12, 2024
1 parent 93a24de commit d60a9d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const generateStories = ({ title, refId }: { title: string; refId?: string }): A
name: componentName,
children: [docsId],
parent: rootId,
tags: [],
},
// @ts-expect-error the missing fields are deprecated and replaced by the type prop
{
Expand Down

0 comments on commit d60a9d7

Please sign in to comment.