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
Here we return early and skip the migration if the imported store alias is not prefixed with a $, unless a few conditions are met. We probably need to add another condition here (while checking for false positives) to check if the alias is part of a string or a comment.
For e.g., if a component has the following line, it won't be migrated according to the current logic:
Run it in the
web
directory of https://github.com/immich-app/immich and it won't migrate anything. Some stuff was already migrated in immich-app/immich#14807, but it only got 9 out of 22 occurrences of$app/stores
The text was updated successfully, but these errors were encountered: