<Layout {...this.state} {...this.props}>
<Switch>
<Route exact strict path="/" component={Main} />
</Switch>
</Layout>
</Router>
как в него (Layout) пробросить location.pathname ?
надо layout в <Route /> обернуть
вот
Обсуждают сегодня