You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
In my case i have clickable image thumbs. After clicking i have to navigate to /picture/:id to show full-size picture in popup. But image thumb could be clicked from different places like www.myapp.com/people-list/ or www.myapp.com/single-person/ . So i have to use relative routing to modify current route through pushing /picture/:id into it. How can i perfome it ?
The text was updated successfully, but these errors were encountered:
Hello.
In my case i have clickable image thumbs. After clicking i have to navigate to
/picture/:id
to show full-size picture in popup. But image thumb could be clicked from different places likewww.myapp.com/people-list/
orwww.myapp.com/single-person/
. So i have to use relative routing to modify current route through pushing/picture/:id
into it. How can i perfome it ?The text was updated successfully, but these errors were encountered: