createRoutesStub doesn't appear to support useSearchParams #12809
Unanswered
charliematters
asked this question in
Q&A
Replies: 1 comment
-
Same issue locally. Unable to see changes to the URL via Playwright page.url(). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at upgrading to v7, and I've tried to use the createRoutesStub as a replacement for our current method of standing up a simple browser router, but all of the tests that update the search params no longer pass, as
window.location.search
isn't getting updated. Is this by design?Beta Was this translation helpful? Give feedback.
All reactions