79215949

Date: 2024-11-22 17:16:01
Score: 1
Natty:
Report link

Had a similar problem in my application. There was a missing await on the method calling the router.push({ query }) that created a race condition clobbering some of my params.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: nclu