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
when I try to use the date formatter formatD moment js print a deprecation warning Deprecation warning: value provided is not in a recognized RFC2822 or ISO format but when i removed the concatenation + '' warning disappeared.
The text was updated successfully, but these errors were encountered:
seddik11
changed the title
date to string convertion cause a moment js error
date input to string convertion cause a moment js error
Jul 7, 2020
seddik11
changed the title
date input to string convertion cause a moment js error
date input to string conversion cause a moment js error
Jul 8, 2020
seddik11
changed the title
date input to string conversion cause a moment js error
date input to string conversion cause a moment js deprecation warning
Jul 8, 2020
Hi @seddik11, thank you for reaching us!
Since the latest release v2.0.0, we have updated the momentjs module and we didn't notice the warning.
We are going fix the issue but we need to investigate to see if it breaks or changes older reports.
https://github.com/Ideolys/carbone/blob/4859cf8d894fcbfa46253578d1cdec1093ac095e/formatters/date.js#L36
when I try to use the date formatter formatD moment js print a deprecation warning
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format
but when i removed the concatenation+ ''
warning disappeared.The text was updated successfully, but these errors were encountered: