We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In server side rendering, if collapse element is expanded by default it will still return overflow: hidden, height: 0
overflow: hidden, height: 0
So it would be nice to have it with height: 'auto'
height: 'auto'
The text was updated successfully, but these errors were encountered:
As new react-collapse@5.0.0 is released https://github.com/nkbt/react-collapse/releases/tag/v5.0.0 this issue has been most likely already solved.
react-collapse@5.0.0
Please feel free to re-open if the issue persists
Sorry, something went wrong.
@nkbt Still exists.
@karolinakuzniewicz hi could you please provide some more details as I haven’t seen this happening myself so far with the new version
thank you
No branches or pull requests
In server side rendering, if collapse element is expanded by default it will still return
overflow: hidden, height: 0
So it would be nice to have it with
height: 'auto'
The text was updated successfully, but these errors were encountered: