You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm trying to embed this nice package in my project.
Can you please guide me how to initialize it with javascript script tag?
I tried below but failed.
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
+ <script type="module">+ import reactChatbotify from 'https://cdn.jsdelivr.net/npm/[email protected]/+esm'+ reactChatbotify();+ </script>
</body>
</html>
Library version:
Specify the version of the library (e.g. 1.7.0).
Additional context:
Add any other context about the problem here (e.g. plugins used, if any)
The text was updated successfully, but these errors were encountered:
Help Description:
Hello.
I'm trying to embed this nice package in my project.
Can you please guide me how to initialize it with javascript
script
tag?I tried below but failed.
Library version:
Specify the version of the library (e.g.
1.7.0
).Additional context:
Add any other context about the problem here (e.g. plugins used, if any)
The text was updated successfully, but these errors were encountered: