我正在尝试使用tawk.to对类型记录作出反应,我安装了他们的官方npm软件包,以便将它添加到我们的网站中,但是我得到了这个错误。
import TawkMessengerReact from '@tawk.to/tawk-messenger-react';
Could not find a declaration file for module '@tawk.to/tawk-messenger-react'.
'/Users/DrStrange/Desktop/supportapp/node_modules/@tawk.to/tawk-messenger-
react/dist/tawk-messenger-react.umd.js' implicitly has an 'any' type.发布于 2022-11-27 11:07:43
尝试添加类型
npm i @types/tawkto-reacthttps://stackoverflow.com/questions/74589478
复制相似问题