FredrikOseberg / react-chatbot-kit

MIT License
330 stars 159 forks source link

Compilation error with 2.2.2 version #180

Open longaraymatheus opened 10 months ago

longaraymatheus commented 10 months ago

The following compilation error occurs for version 2.2.2. Other versions like 2.2.1 or 2.1.2 work fine.

Failed to compile with 1 error.

ERROR  in [at-loader] ./node_modules/react-chatbot-kit/build/src/hooks/useChatbot.d.ts:2:28
    TS2307: Cannot find module '../components/WidgetRegistry/WidgetRegistry' or its corresponding type declarations.

image

Component exists in the source code however the NPM package does not have it.