rsnext/test/e2e/app-dir/navigation/app
Zack Tanner 3264d91dab
memoize useParams (#56771)
`useParams` is not referentially equal between renders which can lead to unexpected behavior when used as a dep. 
This memoizes the response from `useParams` similar to `useSearchParams`.

[slack x-ref](https://vercel.slack.com/archives/C04DUD7EB1B/p1697145987740229)
2023-10-13 07:47:05 +00:00
..
assertion Export RedirectType from next/navigation (#54729) 2023-08-29 11:05:44 -07:00
external-push/[storageKey] app router: Fix infinite redirect loop in MPA navigation (#49058) 2023-05-03 11:04:53 +02:00
hash App Router: fix relative query/hash handling in next/link and router push/replace (#49521) 2023-05-28 10:29:00 -07:00
hash-changes Support scroll: false for Link component for app router (#51869) 2023-07-04 10:25:25 +02:00
hash-link-back-to-same-page Fix going back to page after applying hash link (#50006) 2023-05-18 16:33:58 -07:00
hash-link-to-pages-router fix(next/client): keep hash when navigating from app to pages router (#56223) 2023-10-02 14:43:04 -07:00
hash-with-scroll-offset fix: app router hash scrolling should respect scroll-padding (#51268) 2023-06-13 20:50:51 -07:00
mpa-nav-test fix: ensure mpa navigation render side effects are only fired once (#55032) 2023-09-07 20:53:07 +00:00
nested-navigation fix infinite navigate events when Promise is proxied (#54394) 2023-08-24 16:22:48 +00:00
nested-relative-query-and-hash App Router: fix relative query/hash handling in next/link and router push/replace (#49521) 2023-05-28 10:29:00 -07:00
not-found Failing tests for 404 back/forward (#50047) 2023-05-22 17:04:36 +02:00
redirect Export RedirectType from next/navigation (#54729) 2023-08-29 11:05:44 -07:00
redirect-dest Separate navigation and hooks tests into new test suites (#45766) 2023-02-10 00:38:39 +00:00
search-params memoize useParams (#56771) 2023-10-13 07:47:05 +00:00
layout.js Add test for next-found and redirect for metadata (#46248) 2023-02-22 18:54:14 +01:00
page.js Separate navigation and hooks tests into new test suites (#45766) 2023-02-10 00:38:39 +00:00