Skip to content

Commit

Permalink
fix TypeScript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Sep 8, 2022
1 parent 0456bda commit 9992f09
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1046,7 +1046,7 @@ describe('Rendering', () => {
handleSubmission(Object.fromEntries(new FormData(e.target as HTMLFormElement)))
}}
>
<Combobox name="assignee">
<Combobox<string> name="assignee">
{({ value }) => (
<>
<div data-testid="value">{value}</div>
Expand Down

0 comments on commit 9992f09

Please sign in to comment.