I am getting an error of missing formlabel in react MUI textfield

I am getting an error of ‘missing formlabel in react MUI textfield’. How can I fix this?

<textfield inputprops={}>

inputProps={{'aria-label': "Input Value"}}

inputprops is inside the textfield and is already containing an aria-label but still is showing error in Chrome on applying WCAG