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(ast): inject missing component_id into known component calls
Previously, known component calls lifted via _lift_statements could omit
the `component_id` keyword in the AST if routed through `_lift_consumer_stmt`.
This led to inconsistent component identity and diffing issues.
This change ensures that all known component calls receive a stable
`component_id` argument before being lifted, regardless of path taken.
0 commit comments