Subscribe on changes!

Leaving transition element not reacting to changes triggered in `before-leave` hook

avatar
Oct 14th 2021

Version

3.2.20

Reproduction link

SFC Playground

Steps to reproduce

  • Click the hide button

What is expected?

Both buttons turning red and becoming disabled as a result of the "disabled" variable becoming "true".

What is actually happening?

Only the "show" button, which is not part of the transition reacts as expected. The "hide" button seems to be immutable during the "leave" transition period.


avatar
Oct 14th 2021

I suspect this is expected as mentioned in the other issue but I also see how this would be very useful.