bradstiff/react-app-location

Location not working in Redirect and history.push

Opened this issue · 0 comments

Hi

Tried to use Location in Redirect like this

<Redirect to {xxxLocation.tourl()} />

its not working, does Location supports Redirection,

and also history.push is not working, syntax

history.push(xxxLocation.toUrl({id:id}));