history.back() isn't working also the browser back and forward buttons are disabled
I want to let the user go back to the previous router using the
history.back() method but it doesn't work also I noticed I can't do that through the browser navigation it looks like there is now history for this window any help is appreciated.
thanks in advance
1 Reply
blank-aquamarineOP•4y ago
the problem was that I used replace : true when doing navigation so that led to a history with length === 1