Greg Jopa
Greg Jopa
Hi @codingedgar, does this problem also happen in production? Or is it only happening when using a sandbox client-id? We recently turned on [this namespace feature](https://github.com/krakenjs/post-robot/blob/7dd864876fd4249d6ae8eb5bddd5bb632974babf/globals.js#L16) with the paypal js...
Hi everyone, we discussed this issue internally and the `onError` callback is currently designed for non-recoverable errors. https://developer.paypal.com/docs/checkout/integration-features/handle-errors/ When the inline guest form fails, often there is a "Try Again"...
Hi @tmilar, I was reviewing your implementation and was wondering if you could solely rely on the zoid close() function for cleaning up the DOM instead of having the React...
>2. Prerender end will be virtually the same time as prerender start, since it's a synchronous function (always) What about the time it takes to insert the prerenderFrame into the...
Sweet thanks for the review @bluepnume!
We updated the logic for version mismatch errors to only throw an error when the major version is different. See this PR: https://github.com/krakenjs/zoid/pull/425. I'm going to close this out. Please...
+1 for this feature.
Awesome, I will work on adding this tuning class.
I was thinking that a note would be composed of a tuning. This is how we were originally developing it in music.js. Here is an unfinished demo I made last...
I like your idea of implementing each tuning as a "driver". If you look at the music.js code from my tuning demo I think we use a similar approach except...