Skip to content

Conversation

@arye-eidelman
Copy link
Contributor

This stops it from interfering with the content's scrollHeight fixing #194.

I've also added two tests for this prop.

This stops it from interfering with the content's scrollHeight fixing glennflanagan#194
@arye-eidelman
Copy link
Contributor Author

arye-eidelman commented Jun 7, 2021

If there were an is-transitioning or in-transition html class then content could be hidden via css selectors alone without needing to be an option in react-collapsible.
Something like

.Collapsible.is-closed:not(.is-transitioning) ~ .Collapsible__contentOuter {
  visibility: hidden;
}

@codeability-ab
Copy link

Great that the bug is fixed! When can we expect it to be merged and released?

@karltaylor
Copy link
Collaborator

Great that the bug is fixed! When can we expect it to be merged and released?

Just want to make sure we're not going to regress, see my comment here #194 (comment)

d4c8d7c was a fix for #177.

Does PR #195 fix both scenarios?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants