tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.tjtanjin.com/
MIT License
103 stars 49 forks source link

fix: set speech recognition type and use the right object #51

Closed HaecheonLee closed 2 months ago

HaecheonLee commented 2 months ago

Description

This replaces any type by its actual type. As well, it uses the right object, window.SpeechRecognition instead of window.speechRecognition.

Docs

Closes #(issue)

What change does this PR introduce?

Please select the relevant option(s).

What is the proposed approach?

Please give a short overview/explanation on the approach taken to resolve the issue(s).

Checklist:

tjtanjin commented 2 months ago

LGTM, thanks!