GuillaumeJasmin / react-table-sticky

Sticky hook for react-table v7
MIT License
189 stars 21 forks source link

IE11 throws exception #46

Open kppavlov opened 3 years ago

kppavlov commented 3 years ago

I understand that position: sticky does not work in IE11 but there is no reason, when this library is used, not to have a working page. At the moment you load the code in IE11 it throws exeption like this: image image The moment I comment out the useSticky hook, the error is gone. You can see that IE11 is not very helpful in resolving the issue. Could someone help with that? Do I need some kind of polyfill?