The value of getting select in React indicates that the value property is not defined?

just came into contact with the front end of the React code, it is really a big head.
go straight to the code. Isn"t the value attribute in e.target.value a built-in property? The console error is not defined.

 textChange = (e)=>{
       let value = e.target.value;
        this.setState({
           textValue:value,
        })
  
    }

the case where e is printed out is the value of key here



Apr.07,2021

target is undefined, please print out e-check

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33bc3-2beaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33bc3-2beaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?