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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user