Skip to content

Commit

Permalink
Update react.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Code-Monkey authored Apr 22, 2024
1 parent dd82b4b commit 77e3831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/react.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Props = {
isFoo?: boolean
propFoo?: string
propBar?: string
} & JSX.IntrinsicElements['div']
} & JSX.IntrinsicElements['hr']
export function Foo({ attr, attrFooBar, isFoo, propFoo, propBar, ...props }: Props) {
return (
Expand Down

0 comments on commit 77e3831

Please sign in to comment.