use Chatbox in embeddable popup window

This commit is contained in:
Sharon Kennedy
2020-02-01 00:30:58 -05:00
parent 2e6151c048
commit ed68d08f9c
12 changed files with 564 additions and 167 deletions

View File

@@ -7,7 +7,7 @@ export default class EmbeddableWidget {
static el;
static mount({ parentElement = null, ...props } = {}) {
const component = <Widget {...props} />;
const component = <Widget {...props} />; // eslint-disable-line
function doRender() {
if (EmbeddableWidget.el) {