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
#4452970ea Thanks @pull! - The compare function passed to useSelector is now typed as (a: T, b: T) instead of (a: T | undefined, b: T), so the previous value is no longer typed as possibly undefined.