chat-widget-sample icon indicating copy to clipboard operation
chat-widget-sample copied to clipboard

IE syntax Error when import '@livechat/ui-kit'

Open indraakkk opened this issue 6 years ago • 0 comments

I'm using webpack-react-babel boilerplate successfully compiling the bundle and running on any browser as chatwidget, except on IE 10

import { ThemeProvider, FixedWrapper, darkTheme, elegantTheme, purpleTheme, defaultTheme } from '@livechat/ui-kit'

after removing above line, IE continue print connected status from my socket.io, when using it, IE just show blank.

indraakkk avatar Jan 31 '19 07:01 indraakkk