ryanflorence / react-router-relative-links

MIT License
78 stars 10 forks source link

pass extra props through to Component #7

Open jedwards1211 opened 8 years ago

jedwards1211 commented 8 years ago

Fix https://github.com/ryanflorence/react-router-relative-links/issues/2 Normally there are no extra props. However, if the parent route component clones its child route component and adds other props, RelativeLinksContainer currently fails to pass those through to the Component.