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
If the entrypoint imports a file that uses variables that were originally defined in the entrypoint, the migrator generates a @use that imports the original file. For example:
If the entrypoint imports a file that uses variables that were originally defined in the entrypoint, the migrator generates a
@use
that imports the original file. For example:is migrated to:
This is invalid, as it creates a dependency loop. Since it's not totally clear what the user intended, the migrator should probably error out.
The text was updated successfully, but these errors were encountered: