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 <FormattedRelative> auto-updating with strings
This fixes an issue where `<FormattedRelative>` would re-render every
millisecond when `props.value` was a string (date timestamp).
Now, `props.value` is passed into `new Date()` first, so a string
value will be parsed.
0 commit comments