You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
I'm using an active class to display results. When I add an item to this list, the transition occurs. However, when the className noResult (which is display:none) is applied- it shows nothing.
How can I get the transition to apply on my class name noResult?
I put this in a codesandbox (https://codesandbox.io/s/o2LyXwxyL). Use the filters, and the display:none will be applied. That's where I want the transition states.
Hi,
This looks like a great project.
I'm using an active class to display results. When I add an item to this list, the transition occurs. However, when the className
noResult
(which isdisplay:none
) is applied- it shows nothing.How can I get the transition to apply on my class name
noResult
?I put this in a codesandbox (https://codesandbox.io/s/o2LyXwxyL). Use the filters, and the display:none will be applied. That's where I want the transition states.
The text was updated successfully, but these errors were encountered: