1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Disable client-side link transitions (#20141)

* add prop to disable client-side transition

* fix: disableClientTransition by default until we can figure out caching issue

* skip the next/link test
This commit is contained in:
Mike Surowiec
2021-06-24 14:35:23 -07:00
committed by GitHub
parent 63c55c8596
commit 9471394406
3 changed files with 17 additions and 17 deletions

View File

@@ -341,7 +341,8 @@ describe('nextjs query param', () => {
})
})
describe('next/link client-side navigation', () => {
// Skipping because next/links are disabled by default for now
describe.skip('next/link client-side navigation', () => {
jest.setTimeout(60 * 1000)
it('should have 200 response to /_next/data when link is clicked', async () => {