Skip to content

Commit

Permalink
refactor: LeafwatchProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jun 25, 2024
1 parent c65e481 commit f6a6e98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const LeafwatchProvider: FC = () => {
if (!anonymousId) {
setAnonymousId(uuid());
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [anonymousId, setAnonymousId]);

return null;
};
Expand Down

1 comment on commit f6a6e98

@vercel
Copy link

@vercel vercel bot commented on f6a6e98 Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.