Skip to content

Commit

Permalink
Merge pull request #584 from ensdomains/LeonmanRolls-patch-1
Browse files Browse the repository at this point in the history
Intercom warning
  • Loading branch information
LeonmanRolls authored Sep 21, 2023
2 parents 76ca291 + 92901a2 commit e39c7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const Basic = withErrorBoundary(({ children }: { children: React.ReactNod
const { boot } = useIntercom()

useEffect(() => {
// Do not initialise with uid and email without implementing identity verification first
boot()
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [])
Expand Down

0 comments on commit e39c7bb

Please sign in to comment.