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
Fix createdAt and expiresAt returning numbers instead of Date objects
setUTCMilliseconds() returns a numeric timestamp, not a Date object,
causing type mismatches and crashes on Android. Replace with new Date()
constructor which correctly creates Date objects from millisecond
timestamps. Also removes the downstream typeof workaround in
defaultDateMapper and the @ts-ignore suppression.
Fixes#581https://claude.ai/code/session_016EHrcqQDgexLB5xApCxrZj
0 commit comments