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
See the screenshot.
The first item is clicked once. It changed classes, so I've got the isOpen prop to be true.
The second item is clicked three times: open(no), close, open(yes). And it starts to work fine.
The third item is just a closed item example.
Sometimes some items work for the first click. But mostly not.
I noticed that the CSS properties of the DetailComponent tag (max-height and opacity) do not change even when it works fine.
The text was updated successfully, but these errors were encountered:
See the screenshot.
The first item is clicked once. It changed classes, so I've got the
isOpen
prop to betrue
.The second item is clicked three times: open(no), close, open(yes). And it starts to work fine.
The third item is just a closed item example.
Sometimes some items work for the first click. But mostly not.
I noticed that the CSS properties of the DetailComponent tag (
max-height
andopacity
) do not change even when it works fine.The text was updated successfully, but these errors were encountered: