-
Let me start with an example. There are two packages:
A. Component definition. Pretty much a copy of a https://github.com/krakenjs/xcomponent-demo
B. Actually component implementation. So some web…
-
Hello, I am receiving this error on occasion : It is a timeout problem, it seems the request to the paypal api takes longer than the timeout limit.
error: "Error: No ack for postMessage xcomponent_…
-
When the Web Components Polyfill is loaded asynchronously/conditionally the properties/methods defined in the custom element prototype are not added to the existing elements.
I took the example from …
-
Thank your amazing plugin first 👍 .
#149 Same issus on the production, still can't resolve so reopen here.
When I push to production to different domain with HTTPS will happen errors.
```js…
-
Flatlist render items cannot be seen when using inverted props only in huawei p9 phones. Any suggestions/help is very much appreciated.
-
_From @hubbergit on October 10, 2016 14:41_
- VSCode Version: 1.5.3
- OS Version: Win10
Steps to Reproduce:
1. Configuration: "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenth…
-
Our e2e tests payment button tests are sometimes failing, where a post or a page is created with a payment button that doesn't work.
I tried in Chrome (which the e2e tests use) and can't get the bu…
-
```
window.xprops.myCustomFunction = () => {
console.log('do something');
}
```
Then how can parent access it?
window.xcomponent.xprops.myCustomFunction ?
or
RenderedXComponent.prop…
-
Is there a way to handle errors such as "The iframe couldn't be loaded". I'm thinking an `onError` prop on the (in my case) React component.
-
Hey guys,
I've been working on a project using Zoid for a bit now but I'm a bit hung up on how to properly pass query parameters.
Do I pass them in the URL of the page that the xcomponent is bei…