material ui any Parsing error: '>' expected.eslint 'TextField' refers to a value, but is being used as a type here. Did you mean 'typeof TextField'? code example
Example: material ui width textfield
// Option 1
<TextField style ={{width: '100%'}} />
// Option 2
<TextField fullWidth />