-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested collapsible shows animation. Help needed #304
Comments
No need for extra prop. |
It was hard to do on my phone but here is a demo with nested preopened collapse elements https://codepen.io/nkbt/pen/xxdyyKZ No animation there |
I edited my comment as I had a mixup with the version. I said it was react-dom version 16 but I meant react-collapsed version 4. I can't really tell you how thanked I am for your big effort writing that example. We weren't able to fix it yet but we are looking at it. Could be related with the fact that some of the collapsible are hidden (display: none), and even though they are unfolded they stay hidden until an event is fired. |
Latest Play with that codepen and let me know if you can reproduce your issue. But yeah when you have |
Good afternoon!
I'm working on an app with this library and nesting two collapsible. I have set them both to be open from the beginning. However, even though it shouldn't be animated, It's showing some expanding animation.
It's version 4 (in package.json) and I cannot update it to a newer version (it doesn't depend on me), so I guess I should be using hasNestedCollapse, haven't I?
Whatever way I use, it shows the animation and I can't do anything. Any advice?
The text was updated successfully, but these errors were encountered: