We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b80ab7 commit 1fa97a8Copy full SHA for 1fa97a8
1 file changed
packages/react-use-intercom/src/provider.tsx
@@ -57,10 +57,6 @@ export const IntercomProvider: React.FC<
57
return;
58
}
59
60
- if (isBooted.current) {
61
- return;
62
- }
63
-
64
const metaData: RawIntercomBootProps = {
65
app_id: appId,
66
...(apiBase && { api_base: apiBase }),
0 commit comments