Elad Karakuli

Results 3 issues of Elad Karakuli

Hey, I'm trying to use the component in a meteor + angular env. I've exports to be the 'window', don't really know why. Then I'm getting "ReferenceError: require is not...

Hi, I'm building a custom tool much like the [product library custom tool](https://examples.unlayer.com/custom_tools/product-library-tool) But, in order to paginate, search and show available products I would like to be able to...

I'm trying to wrap and sync Firebase query methods as follows ``` javascript sync.fiber(function() { var ref = sync.await(spotsRef.once('value', sync.defer())); console.log("ref", ref); return ref; }); ``` And I get this...