Border highlight on Container rollover

Hey
I have an infinite recursion when I try to set a rollover border reactive Container
is this a problem performance wise ?

thanks a lot
Philippe

As a workaround can you try:

02.+0.8+passive(me).panel.rollover

The passive() will suppress the node from cooking before retrieving the value.
Though, we’ll look at this instance closer.

Thanks it works :slight_smile:
I didnt know about that passive mode that s interesting !

It has its limitations, as it it may go from an infinite recursion (now called ‘Cook depedency loop’) to undercooking in this specific cases.