We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eeb88 commit 1d2f54aCopy full SHA for 1d2f54a
packages/@react-aria/utils/src/mergeProps.ts
@@ -72,4 +72,4 @@ export function mergeProps<T extends PropsArg[]>(...args: T): UnionToIntersectio
72
}
73
74
return result as UnionToIntersection<TupleTypes<T>>;
75
-}
+}
0 commit comments