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
Hey! I'm super excited to use react-spring. I was working with react-transition-group previously and decided to try and update my notifications system with it. Although I'm only facing a small issue:
Whenever a notification/item is removed, it will be flagged as destroyed but not removed from the DOM until another item enter or leave the Transition parent:
And this is unfortunately causing a small issue where there is the removed item spacing still on the DOM:
Anything I could do here to force some sort of update on the Transition component or is it out of the scope of the library? I've read the docs but didn't find anything related to it.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey! I'm super excited to use react-spring. I was working with
react-transition-group
previously and decided to try and update my notifications system with it. Although I'm only facing a small issue:Whenever a notification/item is removed, it will be flagged as destroyed but not removed from the DOM until another item enter or leave the Transition parent:
And this is unfortunately causing a small issue where there is the removed item spacing still on the DOM:
Anything I could do here to force some sort of update on the Transition component or is it out of the scope of the library? I've read the docs but didn't find anything related to it.
Thanks!
The text was updated successfully, but these errors were encountered: