Skip to content

Commit 1fa97a8

Browse files
committed
Remove is booted guard
1 parent 7b80ab7 commit 1fa97a8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/react-use-intercom/src/provider.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ export const IntercomProvider: React.FC<
5757
return;
5858
}
5959

60-
if (isBooted.current) {
61-
return;
62-
}
63-
6460
const metaData: RawIntercomBootProps = {
6561
app_id: appId,
6662
...(apiBase && { api_base: apiBase }),

0 commit comments

Comments
 (0)