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
On Tue, Aug 27, 2019 at 11:35 AM Pierre Ferry ***@***.***> wrote:
Consider this
<FormattedRelativeTime value={3} updateIntervalInSeconds={1}
numeric="auto"/>
Expected behavior
It should display :
- "in 3 seconds"
- "in 2 seconds"
- "in 1 second"
- "now"
- "1 second ago"
Current behavior
It displays :
- "in 3 seconds"
- "in 2 seconds"
- "in 1 second"
- "in 3 seconds" *// This is the buggy part*
- "1 second ago"
Please check this code sandbox to witness the bug
https://codesandbox.io/s/react-intl-formatrelativedate-broken-1fuhp
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1455>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABQM35URSBAO6YVVICBZ4TQGVCTZANCNFSM4IQF57JA>
.
Consider this
<FormattedRelativeTime value={3} updateIntervalInSeconds={1} numeric="auto"/>
Expected behavior
It should display :
Current behavior
It displays :
Please check this code sandbox to witness the bug
https://codesandbox.io/s/react-intl-formatrelativedate-broken-1fuhp
The text was updated successfully, but these errors were encountered: