nkbt / react-collapse

Component-wrapper for collapse animation with react-motion for elements with variable (and dynamic) height
MIT License
1.12k stars 113 forks source link

v5 doesn't work in IE11 anymore #256

Closed davidspiess closed 4 years ago

davidspiess commented 4 years ago

I upgraded to v5 today and noticed it doesn't work in IE11 anymore, since Object.assign() has been used.

nkbt commented 4 years ago

Thanks for reporting. That should be an easy fix

superlaziness commented 4 years ago

Any update?

nkbt commented 4 years ago

Ouch, that’s been a while, got sidetracked by my life right now, will try to get to it soon

Thanks for a reminder

superlaziness commented 4 years ago

No pressure :) I guess the easiest way is just getting rid of Object.assign() in index.js. Thanks for your useful package!

nkbt commented 4 years ago

https://github.com/nkbt/react-collapse/releases/tag/v5.0.1

davidspiess commented 4 years ago

Awesome! 🎉