We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfe0f8 commit eeff7cfCopy full SHA for eeff7cf
packages/react-use-intercom/src/provider.tsx
@@ -102,8 +102,8 @@ export const IntercomProvider: React.FC<
102
],
103
);
104
105
- if (!isSSR && shouldInitialize && !isInitialized.current) {
106
- initialize(appId, initializeDelay, cspNonce);
+ if (!isSSR && shouldInitialize && !isInitialized.current) {
+ initialize(appId, initializeDelay, cspNonce);
107
108
if (autoBoot) {
109
boot(autoBootProps);
0 commit comments