core icon indicating copy to clipboard operation
core copied to clipboard

Transition uses wrong leave-to class when HTML comments exists as template root

Open gmichaeljaison opened this issue 2 years ago • 3 comments

Version

3.2.31

Reproduction link

stackblitz.com

Steps to reproduce

Refer the stackblitz link and reproduce the issue by clicking on "Page A" and "Page B" navigations.

What is expected?

Transition should work as expected and noted by the transition-name regardless of existence of comments, i.e. Page A should slide left Page B should slide right

What is actually happening?

Leave transition is not updated for Page component with comments. Page A slides right on leave transition

gmichaeljaison avatar Mar 02 '22 00:03 gmichaeljaison