You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setFilePath(newValue, () => {
console.log(filePath) //Here it's not priting the updated value
getTranslatedText() // In this function also I'm not getting the updated filePath value
})
The text was updated successfully, but these errors were encountered:
setFilePath(newValue, () => {
console.log(filePath) //Here it's not priting the updated value
getTranslatedText() // In this function also I'm not getting the updated filePath value
})
The text was updated successfully, but these errors were encountered: