OperationXen / cyberpunkCTF

A CTF framework built on python using django, graphql and react
GNU General Public License v3.0
1 stars 0 forks source link

Login widget doesn't transition out #34

Open OperationXen opened 5 years ago

OperationXen commented 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.

OperationXen commented 5 years ago

This might be fixed by using routes? Have attempted a fix using component lifecycle methods although this seems ugly and inelegant.

OperationXen commented 5 years ago

Oh, and it doesn't work.