We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376edd3 commit 9fa2c9aCopy full SHA for 9fa2c9a
packages/router/__tests__/warnings.spec.ts
@@ -266,7 +266,7 @@ describe('warnings', () => {
266
267
await router.push('/b').catch(() => {})
268
expect(
269
- 'Detected an infinite redirection in a navigation guard when going from "/" to "/b"'
+ 'Detected a possibly infinite redirection in a navigation guard when going from "/" to "/b"'
270
).toHaveBeenWarned()
271
})
272
0 commit comments