Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
iFreilicht committed Dec 10, 2023
1 parent a19a064 commit 51879c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const ResultItem = React.forwardRef(
}: {
action: ActionImpl;
active: boolean;
currentRootActionId: ActionId;
currentRootActionId: ActionId | null | undefined;
},
ref: React.Ref<HTMLDivElement>
) => {
Expand Down

0 comments on commit 51879c7

Please sign in to comment.