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
When asynchronously analysing a template inheritance chain, we do not guard against recursive use of {% extends %}. Synchronous static analysis does keep track of extended templates for this reason.
When asynchronously analysing a template inheritance chain, we do not guard against recursive use of
{% extends %}
. Synchronous static analysis does keep track of extended templates for this reason.liquid/liquid/static_analysis.py
Lines 554 to 556 in 0ad58c6
The text was updated successfully, but these errors were encountered: