-
I'm passing down state from the iframe to my component using xcomponent. I'm using `updateProps` to then modify the props. These are getting passed down to the component, but I don't know when they ch…
-
Older version (before update 59.0.3071.115 ) of chrome, popup was working.
-
I have in some cases 2 xcomponents on the same page. Ive noticed that the odd time one xcomponent is rendering in place of another as if they are getting mixed up.
Ive added a delay in rendering th…
-
Receiving Js Error popupWindowsByWin is undefined in latest dist version of xcomponent.frame.js in the cleanUp function __WEBPACK_IMPORTED_MODULE_0__global__.a.popupWindowsByWin.delete(win);
Shoul…
-
xcomponent isSameDomain function produces this error in Safari dev console:
```"Blocked a frame with origin "[url]" from accessing a cross-origin frame."```
There is a try/catch block around the…
-
I need to send to all xcomponents running within a parent window a certain message (like broadcasting)....
Can post-robot handle this requirement in any way I'm not seeing ?
-
Hi there:
Is it possible to ensure that certain http headers are added in the http request that is submitted when `xcomponent.create({ ..., url: "http://www.asdfasdfasdfasfdasf.com" }))` is called …
-
I should be able to specify `autoResize: true` and have my lightbox automatically resize itself to match the size of the child window body size.
For example
``` javascript
let FooComponent = xcompon…
-
Is there an option to disable all of the `console.log`s in xcomponent? I can't see an option in the docs.
![screen shot 2017-04-03 at 17 39 39](https://cloud.githubusercontent.com/assets/5284715/24…
-
When upgrading (`yarn remove xcomponent && yarn add xcomponent`) from 2.0.22 to 2.0.23, I'm getting the following error in my browser console:
```
Cannot read property 'Ua' of undefined
```
![…