Skip to content
Advertisement

Why is my component not loading through Vite

I am building a React project with Vite. I was using a tutorial from an article that I found at https://www.digitalocean.com/community/tutorials/how-to-set-up-a-react-project-with-vite.

I followed the tutorial as described, however, my “greeting” component will not load.

JavaScript
JavaScript
JavaScript

Advertisement

Answer

Components should start with capital letter .

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