react-messenger-customer-chat icon indicating copy to clipboard operation
react-messenger-customer-chat copied to clipboard

Type script error

Open SaiemAziz opened this issue 2 years ago • 2 comments
trafficstars

Having this issue in my Next js project where typescript is also installed. tried command-> npm install --save-dev @types/react-messenger-customer-chat but this command not installing the package at all. image

SaiemAziz avatar May 23 '23 10:05 SaiemAziz

Plus 1 here

jsvelte avatar Oct 25 '23 11:10 jsvelte

As we don't have a typescript definition now, you might need to add a custom .d.ts file and explicitly declare this module as any.

tw0517tw avatar Nov 30 '23 09:11 tw0517tw