Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Feb 4, 2023
1 parent 38c738b commit 73434f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class ContextProviderEvent<
}
}

export interface Options<C> {
export interface Options<C extends Context<unknown, unknown>> {
context: C;
initialValue?: ContextType<C>;
}
Expand Down

0 comments on commit 73434f8

Please sign in to comment.