xiaody / react-lines-ellipsis

Simple multiline ellipsis component for React.JS

Home Page:https://xiaody.github.io/react-lines-ellipsis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE11&IE10 compatibility issues

withasi opened this issue · comments

commented

see:
pic

This seems to be caused by the .find method used on line 186 in html.js -- IE11 doesn't have support for this method.

@withasi You can add import "core-js/modules/es6.array.find"; to fix this on ie10, ie11 in your app

Hi, did you succeed in making it work with IE11? Even polyfilling the module with core-js, I can't seem to make react-lines-ellipsis work. If you have an example with React, I'd be glad 👍 ;)

Close due to inactivity.