You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find a declaration file for module 'react-slack-chat'. '/Users/dickr/dev/sparkai-chatbot-frontend/node_modules/react-slack-chat/dist/react-slack-chat.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-slack-chat if it exists or add a new declaration (.d.ts) file containing declare module 'react-slack-chat';ts(7016)
The text was updated successfully, but these errors were encountered:
Could not find a declaration file for module 'react-slack-chat'. '/Users/dickr/dev/sparkai-chatbot-frontend/node_modules/react-slack-chat/dist/react-slack-chat.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/react-slack-chat
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-slack-chat';
ts(7016)The text was updated successfully, but these errors were encountered: