๐ป ็ณป็ป็ฏๅข | Operating System
macOS
๐ ๆต่งๅจ | Browser
Chrome
๐ ้ฎ้ขๆ่ฟฐ | Bug Description
The isLoading property of the useSpeechSynthes hook doesn't update when i call start().
๐ฆ ๆๆ็ปๆ | Expected Behavior
The isLoading property of the useSpeechSynthes is working.
๐ท ๅค็ฐๆญฅ้ชค | Recurrence Steps
import { useSpeechSynthes } from '@lobehub/tts/react';
const { isLoading, start, stop } = useSpeechSynthes(item.content, { voice: SpeechSynthesisTTS.voiceList['zh-CN'][0]});
๐ ่กฅๅ
ไฟกๆฏ | Additional Information
No response