Skip to content

Commit

Permalink
Fix issue jedlikowski/react-cookiefirst/jedlikowski#31
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciloe committed Dec 20, 2023
1 parent 3deae63 commit bbe1bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export type ReactCookieFirstProps = {
stealth?: boolean;
lang?: string;
renderBeforeReady?: boolean;
children?: React.ReactElement | string | number | React.ReactFragment | React.ReactPortal;
};

export const useCookieFirst = () => React.useContext(ReactCookieFirstContext);
Expand Down

0 comments on commit bbe1bbe

Please sign in to comment.