Home > OS >  ReactJs ERROR whille making onInputChange
ReactJs ERROR whille making onInputChange

Time:07-13

Please HELP me and see the pictures I added.

It's saying MISSING SEMI-COLONE. After I added the semi-colon it says onInputChange not Found.

Please help me with this

First

After adding

CodePudding user response:

I think constructor keywork only will work in class based component, try making class based component like class App extends React.component

  • Related