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
fix: disable rename feature when strictTemplates is disabled
When `strictTemplates` is disabled, we know that the compiler's view of a template
is not completely "accurate". That is, the compiler's generated Type
Check Blocks will not have sufficient type information to properly
perform a rename operation.
0 commit comments