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 29fe298 commit 9e88cceCopy full SHA for 9e88cce
pages/index.tsx
@@ -8,7 +8,7 @@ const Home: NextPage = () => {
8
let script = document.createElement('script');
9
script.async = false;
10
script.onload = function(){
11
- Plain.init({
+ (window as any).Plain.init({
12
appId: 'liveChatApp_01J9XJ0Z9WZC9CXQXMR7FT1BC7',
13
hideLauncher: true,
14
});
0 commit comments