Closed mmairs9-zz closed 7 years ago
Checking on this, thanks for the catch. I suspect this needs to be conditionally excluded from the frame-specific build.
Should be fixed, can you try the latest published version?
Awesome this looks to have been fixed no longer seeing the error. I did notice that the default log functionality that was recently added did not seem to be take effect with xcomponent.frame.js.
I have it set as defaultLogLevel: 'error'
@mmairs9 Its logLevel:'error' please try and let me know
Sorry my bad.... defaultLogLevel when creating component and logLevel in props when rendering component.
That's weird -- let me take a look. The frame build should include all of the log-level related code...
this looks good to me now!
Oh glad it works -- didn't actually fix anything, maybe you had an old version? Closing this issue anyway.
Receiving Js Error popupWindowsByWin is undefined in latest dist version of xcomponent.frame.js in the cleanUp function __WEBPACK_IMPORTED_MODULE_0global.a.popupWindowsByWin.delete(win);
Should it have reference to popUp window?