Skip to content
Discussion options

You must be logged in to vote

I found solution. Just push route as first parameter with slug and the second client path

    router.push(
      `${router.route}?tab=${newValue + 1}`,
      `${path}?tab=${newValue + 1}`
    );

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vitaliemiron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant