Patch Changes #44 52970ea 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. Updated dependencies [52970ea]: @xstate/store@4.3.0-alpha.0