Vasily
Vasily
currently ctxRenderer function gets props with style field like this: ``` style: { borderColor: string; borderDashes: boolean; borderRadius: number; borderWidth: number; color: string; opacity?: number; shadow: boolean; shadowColor: string; shadowSize:...
Hello, if I mount and unmount Chatbot on the page then next error happens: _TypeError: can't access property "scrollHeight", g.current is null_ _C:/SWDevelopment/sites/aixplain/User-Website/node_modules/react-chatbot-kit/build/index.js:1_ seems it use event listeners but they...
If provide proxy as an URL containing allowed special characters it renurns error message. Example of the such URL: `http://4klkj324kl2__cr.us;anon:[email protected]:1000` Expected behavior: accept any allowed URL.