Reactjs – React useState hook delivers inconsistent string value
I have prepared a simple test project at Github to demonstrate my problem: There is a MUI TextField, a thumbs up or down icon and a text string with word description. The custom App.jsx is shown below: const DICT =…