Open simonschllng opened 8 years ago
I'm planning to implement react-document-meta but am already using react-router. Where should I place the top-most <DocumentMeta />?
<DocumentMeta />
The following does not seem to work:
<Router (..)> <DocumentMeta /> <Route ... ></Route> </Router>
@simonschllng You probably have an outer most route to handle you basic layout, right? In that case, simply place it as the outer most element in that component.
I'm planning to implement react-document-meta but am already using react-router. Where should I place the top-most
<DocumentMeta />
?The following does not seem to work: