react-swipeable-views
react-swipeable-views copied to clipboard
Virtualized Swipe is broken on IE11 if React v16
I have searched the issues of this repository and https://github.com/oliviertassinari/react-swipeable-views/issues/407 might be the similar issue. However, I found that Virtualized Swipe doesn't work on IE11 only if React version is >= 16
Expected Behavior
On IE11, Virtualized Swipe should behive as on Google Chrome
Current Behavior
The animation doesn't happen on the first slide. The sliding animation happens twice on the second slide.

Steps to Reproduce (for bugs)
I've created a codesanbox to reproduce this issue. https://codesandbox.io/s/5vrzx2p0zl If we change the React version from 16.4.1 to 15.6.2, the issue does not occur.
Your Environment
| Tech | Version |
|---|---|
| react-swipeable-views | 0.12.14 |
| React | 0.12.14 |
| platform | IE11 |
| react | 16.4.1 |
| react-dom | 16.4.1 |
Is this the same as in --> https://github.com/oliviertassinari/react-swipeable-views/issues/407
I currently have the same IE11 issue 445 / 407 (they are really the same issue). I tried this changeset from the open pull request 432 and it actually fixed the IE11 issue.