Hi <@U0234N0QYSK> I’m using `2.1.0-beta09` version...
# compose-destinations
a
Hi @Rafael Costa I’m using
2.1.0-beta09
version in this the implementation of DestinationNavigator is changed, here we no longer have:
Copy code
if (onlyIfResumed && isResumed) {
            return
        }
Is it removed in latest versions?
r
Hi! Yes onlyIfResumed was removed. There are new official APIs used for this same use case. You can google
dropUnlessResumed
and you’ll find it 🙂
👍 1