Fix routing during animation
This commit is contained in:
@@ -163,7 +163,7 @@ describe('native router transactions', () => {
|
||||
await native.cancelInteractive()
|
||||
})
|
||||
|
||||
it('queues imperative navigation until the current transition settles', async () => {
|
||||
it('accepts imperative navigation as the previous transition finalizes', async () => {
|
||||
const { router, native } = await harness()
|
||||
await native.beginInteractive('push', '/b')
|
||||
const finishing = native.finishInteractive(true)
|
||||
|
||||
Reference in New Issue
Block a user