How to pass props to components when you use <Route components={{}} /> attribute ? · Issue #4105 · remix-run/react-router

So react-router's component has components attribute. <Route path="latest" components={{sidebar: Sidebar, content: ContentLayout}} /> Then in an appropriate component I can reference components thr...</route>