Cant grab query params through req.url.searchParams
anymore in the latest version
#1358
-
Hi folks 😊 After I upgraded msw to latest version, I cannot invoke |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey, @Hud97. There haven't been any changes around that, so I'd expect it to work. Do you have a reproduction repository/sandbox where I can look at your issue? |
Beta Was this translation helpful? Give feedback.
-
The issue has been resolved, it was confusion about the lack of types for |
Beta Was this translation helpful? Give feedback.
The issue has been resolved, it was confusion about the lack of types for
req.url
. URL search parameters cannot be explicitly annotated and that's a good thing.