Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Feb 10, 2025
1 parent c0eeb88 commit 1d2f54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@react-aria/utils/src/mergeProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ export function mergeProps<T extends PropsArg[]>(...args: T): UnionToIntersectio
}

return result as UnionToIntersection<TupleTypes<T>>;
}
}

0 comments on commit 1d2f54a

Please sign in to comment.