Chris Edgington

Results 9 comments of Chris Edgington

You would get this error if one of the controller action methods is called after the widget is removed from the stack. My guess in the example would be that...

Hi @hoponaillc I'm struggling to reproduce this one. Could you post the example code you're running?

Have you tried calling `reset()` rather than `stop()`? I couldn't reproduce the error but reset would be the one to use in the above example.

The reason this won't work is the animation tween can't animate from infinity to a constant. Not sure this is a quick fix but as a workaround you could try...

Hi @nelsyeung, there isn't currently a way of adding this, but will look into this for the next version.

Hi @alexlipa91, I'm struggling to reproduce this one. Would you be able to share a full example? . The listeners are registered during the `InitState` of the button, so it...

I'm struggling to reproduce this one. Ran the example with the above code and I'm not seeing a lag. Could this possibly just be a simulator issue?

For me I was using version 6.x of rxjs in my project. Upgrading to version 7.x fixed the problem.