react-text-to-speech
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -36,3 +36,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
useEffect(() => { | ||
setLoading(false); | ||
setTimeout(() => setLoading(false), 1); | ||
}, []); | ||
@@ -39,0 +39,0 @@ return (React.createElement("div", Object.assign({ id: `rtts-${id}` }, props), loading && children)); |
{ | ||
"name": "react-text-to-speech", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "An easy to use react component for the Web Speech API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
24207