Skip to content
Advertisement

Why is my React Function component not appearing? [closed]

My code snippet is below. This is meant to be a small CRUD web application and I have created a simple header component using React-Bootstrap. However, it simply won’t appear when I run “npm start”. Instead, everything else renders and it simply does not. I have tried fixing its position and checking imports, I think I am missing something here.

JavaScript

My React.js application is structured pretty simply. All of the components show except for the Header component. Does anyone have an idea what is going on? There are no errors in the browser or terminal. Everything runs fine, its just that the header wont render.

https://github.com/calebdockal/usb-v2-published

This is the link to the project in question.

Advertisement

Answer

I cloned the project and in fact it looks like Carousel is not working properly.

However the problem is the Caption container, By Deleting only

JavaScript

the Carousel will appear

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement