-1

enter image description hereI also face this type problem in app.js, so kindly what should I do it for ? [And Showing error as:

JSX element div has no corresponding closing tag. JSX element Navbar has no corresponding closing tag. JSX element NavbarBrand has no corresponding closing tag. Identifier expected.

expected.]

1 Answers1

1

In fact you have a view issue regarding your IDE.

In the bottom right, you will see that you are in JavaScript.

2 solutions:

  • You can right click and change to React or
  • You can change the extension file by .JSX

After that it should work.

Dharman
  • 30,962
  • 25
  • 85
  • 135
AnthoVdo
  • 102
  • 6