Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize New Dev Test #10188

Merged
merged 1 commit into from Jan 21, 2020
Merged

Stabilize New Dev Test #10188

merged 1 commit into from Jan 21, 2020

Conversation

Timer
Copy link
Member

@Timer Timer commented Jan 21, 2020

This tries to fix the following error:

does not throw error when dynamic route mismatch is used on Link and params are manually provided (715ms)

Currently breaking PRs: #10186, #10187, etc.

@Timer Timer added this to the 9.2.1 milestone Jan 21, 2020
@@ -74,7 +75,8 @@ const noError = async (pathname, click = false) => {
})
window.next.router.replace('${pathname}')
})()`)
await waitFor(250)
// wait for page to be built and navigated to
await waitFor(3000)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably look into adding a didHydration callback or something for testing instead of trying to waiting for an arbitrary amount of time 🤔

@Timer Timer merged commit 9b512a8 into vercel:canary Jan 21, 2020
@Timer Timer deleted the test/stabilize-test branch January 21, 2020 14:10
@vercel vercel locked as resolved and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants