Open OperationXen opened 5 years ago
As component rendering is conditional on the same bool which causes the "out" transition animation (but at a higher level in the heirarchy) the transition doesn't appear to work.
I think that's the cause anyhow.
This might be fixed by using routes? Have attempted a fix using component lifecycle methods although this seems ugly and inelegant.
Oh, and it doesn't work.
As component rendering is conditional on the same bool which causes the "out" transition animation (but at a higher level in the heirarchy) the transition doesn't appear to work.
I think that's the cause anyhow.