Next.js Discord
Discord Forum
router.goBack() is blocked if there is pending request
Unanswered
AM
posted this in
#help-forum
Open in Discord
AM
OP
2024-04-03T13:10:00.000Z
Currently if there is a pending request going on in network tab router.goBack() is not working, any solutions about this?
4 Replies
@AM
Currently if there is a pending request going on in network tab router.goBack() is not working, any solutions about this?
Ray
2024-04-03T13:23:36.000Z
try useTransition?
https://react.dev/reference/react/useTransition
AM
OP
2024-04-03T13:28:06.000Z
hmm that good suggestion, isn't router build with transition by default
@AM
hmm that good suggestion, isn't router build with transition by default
Ray
2024-04-03T13:28:16.000Z
no
AM
OP
2024-04-03T13:29:13.000Z
aww i see thank you â¤ï¸