While creating a component in Reactjs with input fields error occurs Error: Parse Error: Line 47: Expected corresponding JSX closing tag for input at http://localhost/
Error: Parse Error: Line 47: Expected corresponding JSX closing tag for input at http://localhost/
This error also happens if you have got the order of your components wrong.
Example: this wrong:
correct way: