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
If I pass "" for the props.text, speak() runs setting state.started and state.playing to true, but state.started never gets set to false by the 'end' event listener.
This means that when I pass in new props, they are not detected under the current logic defined within componentWillReceiveProps.
The text was updated successfully, but these errors were encountered:
If I pass "" for the props.text, speak() runs setting state.started and state.playing to true, but state.started never gets set to false by the 'end' event listener.
This means that when I pass in new props, they are not detected under the current logic defined within componentWillReceiveProps.
The text was updated successfully, but these errors were encountered: