RocketChat / Rocket.Chat.Livechat

New Livechat client written in Preact
https://rocket.chat/omnichannel/live-chat
MIT License
246 stars 228 forks source link

Livechat does not load in IE11 at all. #371

Open pinalpithadiya opened 4 years ago

pinalpithadiya commented 4 years ago

I cloned the repository on my windows machine and followed the steps from readme to install dependencies and started with yarn dev command.

LiveChat version: 1.3.0

Expected behavior: It should be running in all the browsers including chrome, edge, firefox, IE (my ie version is 11).

Current behavior: The LiveChat project works well with chrome and Edge but does not work with IE11.

Problem: The page does not load on IE11 and gives the following syntax error.

image

I am new to rocket chat and do not know how to do changes related to build files to make it work with IE11.

IE version: 11.592.18362.0 updated version: 11.0.170

Thanks in advance.

renatobecker commented 4 years ago

Related to https://github.com/RocketChat/Rocket.Chat.Livechat/issues/377

Jonathan-juc commented 4 years ago

I have the same problem, I was testing with livechat modifying the file rocketchat-livechat.min.js, apparently IE has conflicts with the arrow functions and with the character ´´. Is there any workaround for this problem?

image_2020_04_02T18_39_45_203Z

image_2020_04_02T18_45_40_838Z

image_2020_04_02T18_53_43_890Z