Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I've just added a React.js page to my .Net MVC site.
I think I've got the path value in my component wrong but I can't figure out what it's supposed to be.
You are giving the component to the Route prop Component. It's called component with a lower cased c.
Route
Component
component
c
<Route exact path="/CuteGoatWebsite/Home/React" component={Home} />
Add a comment
@Tholle answered my question. I had "Component" with a capital C instead of "component"
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.