Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 7, 2021
1 parent 99a45a3 commit 6e20b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/react-tracking/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export interface Track<T = any, P = any, S = any> {
/**
* This component will pass any tracking data as context to tracking calls made in any components within its subtree.
*/
export type TrackingComponent<P = {}> = React.FC<React.PropsWithChildren<P>>;
export type TrackingComponent<P = {}> = React.FC<React.PropsWithChildren<{}>>;

export const track: Track;
export default track;

0 comments on commit 6e20b65

Please sign in to comment.