-
Notifications
You must be signed in to change notification settings - Fork 64
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
Voices not loading in Brave browser #80
Comments
They work for me in Brave browser, what framework are you using and what is your code? |
Ohh, Is it ? It is not working for me :(. When I open the same application on Google Chrome, it is working fine. |
how are u running it? i needed to use useEffect and useState to make it start on page load, are u running it from clicking a button? |
vice versa, im using useEffect on load and it isnot working, if im using it with button it can work. with chrome all good |
You have mentioned in your README :
"In some browsers voices load asynchronously. In these cases, the array will be empty until they are available."
What work-around can be used to make it work on Brave browser as well ?
The text was updated successfully, but these errors were encountered: