Babeetlebum

Results 3 comments of Babeetlebum

For what it's worth my use case is ```javascript function isActive(product: Product | null): product is Product { product && product.status === 'active'; } ``` Then when I chain `isActive`...

> You can check latest version before log. Thanks for your answer, unfortunately that's exactly what I'm doing and where the bug resides, the `VERSION_READY` event I'm receiving from `SwUpdate`...

I looked into the code but couldn't find an easy fix. In the meantime I see two solutions: 1. going back to `performance` mode 2. providing the version number in...