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
The added service injection doesn't format properly - it removes indents from the existing line it's inserted above
The autofix tries to import the service decorator at the top of the file. It not only does so using the old deprecated syntax { inject as service }, but it fails to detect when the expected modern import { service } already exists and ends up incorrectly duplicating the imports.
The text was updated successfully, but these errors were encountered:
The added service injection doesn't format properly - it removes indents from the existing line it's inserted above
The autofix tries to import the service decorator at the top of the file. It not only does so using the old deprecated syntax
{ inject as service }
, but it fails to detect when the expected modern import{ service }
already exists and ends up incorrectly duplicating the imports.The text was updated successfully, but these errors were encountered: