Yigit Alparslan
Yigit Alparslan
1.0.0 is not released. Please fix this as we need the changes for v2.
The .js extension seems redundant. Try to rename it `.babelrc` This is my webpack.config.js ```javascript var path = require('path'); module.exports = { mode: 'production', entry: './src/components/index.js', output: { path: path.resolve('build'),...
Can you post your code at index.js:138?
Patiently waiting for an update.
I have solved my issue by creating this method to convert from an array of data to PDF. I am posting here in case it might help. Cheers. ```dart import...
It has been already answered JWandrocke by chipping in. The button count is hardcoded, you could download the source code, change the number to however you want, build it again...
Created a pull request for this issue. PR #47
If you add the script tag `` to the index.html, your bot should appear in your landing page.
Can you defer the loading of the webchat script and see if it helps? You can do so by adding `defer` keyword after the script. Also, please make sure that...
I haven't worked with Angular apps. I used the script tag inside my UI5 app, and it is the same thing except I had to use defer because UI5 hijacks...