-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change label text "Uploaded Successfully! Upload another?" #127
Comments
+1 |
1 similar comment
+1 |
useEffect(() => { // Find the element with the class "sc-fqkvVR" if (element) {
console.log("getElementsByClassName",successSpan?.textContent , element);
} i have solve this issue through core JS |
The above didn't work for me, here's what did, with an explanation, and also without the console.logs:
|
No description provided.
The text was updated successfully, but these errors were encountered: