Armando Perdomo

Results 3 comments of Armando Perdomo

A temporary solution is a downgrade to "@agm/core": "1.1.0" This worked for me The actual version is 3.0.0 beta and its a Pre Release, so this means that is not...

> Hey @ArmandoPerdomo you could give the RC of 7.1.0 a try, which has this build in. I tried, but you have added this feature yet?

I run some tests, then i tried `channel.perform('push_items', JSON.parse(`{"action": "push_items", "data": ${JSON.stringify(data)} }`));` and it works!, but i think, is not an optimal solution `this.channel.send({action: "push_items", data: data });` here...