Can't I change the value of transcript?? as I am taking the value for input #174
Gods-Blessing
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can't I change the value of transcript, like umm, here I am working on project and what happens is , whenever I get a word wrong I change the word by keyboard but I am unable to change it, as the value for the input is transcript :
I am unable to store the transcript in the state and edit it as per my need.
useEffect(()=>{
setTask(transcript);
}, [transcript])
Beta Was this translation helpful? Give feedback.
All reactions