Skip to content

Commit

Permalink
Missing element props indicator
Browse files Browse the repository at this point in the history
adeira-source-id: 82265f5559f584037eb190bf0c735dc9e27ee1a0
  • Loading branch information
itsdouges authored and triplex-bot committed Nov 12, 2024
1 parent ba18c66 commit e22c958
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-eels-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"triplex-vsce": patch
---

Missing element props indicator.
4 changes: 3 additions & 1 deletion examples/test-fixture/src/required-props.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ export const RequiredProps = ({
);
};

export const RequiredUsage = () => <RequiredProps />;
export function RequiredUsage() {
return <RequiredProps />;
}

0 comments on commit e22c958

Please sign in to comment.