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 you have an import like "math/rand/v2" and a variable named v2, revive will flag this as shadowing the import, even though the import ends up named rand, not v2.