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
is checking if major is >= 2 AND minor is >= 28 AND patch is >= 0, but this logic doesn't properly handle version comparisons across different major versions.