We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45c2482 + 085a6b9 commit bccf276Copy full SHA for bccf276
2 files changed
README.md
@@ -377,6 +377,7 @@ You can customise the Front placeholder icon by passing the following props to t
377
- `containerClass`: Class to be added to the placeholder element, defaults to `live-chat-loader-placeholder`
378
379
See the [official Front documentation](https://help.front.com/) for more details.
380
+
381
</details>
382
383
<details>
src/components/LiveChatLoaderProvider.tsx
@@ -45,11 +45,6 @@ export const LiveChatLoaderProvider = ({
45
46
return (
47
<LiveChatLoaderContext.Provider value={value}>
48
- <link
49
- href={baseUrl || chatProvider.domain}
50
- rel="preconnect"
51
- crossOrigin=""
52
- />
53
{children}
54
</LiveChatLoaderContext.Provider>
55
)
0 commit comments