You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using a cached var with a list comprehension does not get updated when the dependent vars change because ComputedVar.deps does not correctly identify dependencies inside a list comprehension.
Describe the bug
Using a cached var with a list comprehension does not get updated when the dependent vars change because
ComputedVar.deps
does not correctly identify dependencies inside a list comprehension.To Reproduce
👆
image_infos
never gets updated 😢The text was updated successfully, but these errors were encountered: