lagunovsky / redux-react-router

A Redux binding for React Router v6
MIT License
73 stars 9 forks source link

Invalid error seen #5

Closed cpdwyer closed 2 years ago

cpdwyer commented 2 years ago

Hi,

I'm hoping this is just a ts issue but I am getting this error when trying to use this in my project image

e.g. ` // in main App...

} /> } />

// in User component...

} /> } />

`

In React Router v6 nested routing is supported and recommended. Is it possible to fix this?

cpdwyer commented 2 years ago

Sorry, initial config issues. found a BrowserRoute in a parent component