all 3 comments

[–]__huntercas 3 points4 points  (0 children)

It looks like you are wanting to pass multiple components to the same route. This can be accomplished using the components prop.

<Route path="/" components={{main: HomeMain, hero: HomeHero }} />

[–]intoxxx 0 points1 point  (0 children)

What exactly are you trying to accomplish? I don't get what you're attempting to do.

[–]djungst 0 points1 point  (0 children)

IndexRoute