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
Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to moment/moment#1407 for more info.
Arguments: [object Object]
Anything I can do to resolve this warning?
The text was updated successfully, but these errors were encountered:
@jwright04 I have a PR pending with some date format issues but I wasnt able to recreate your issue. Im assuming this is because M/D/YYY is not a valid date format according to momentjs docs which is probably why its reverting back to js Date.
I see this was addressed here:
#140
But when using the following
I'm seeing the Deprecation warning again:
Anything I can do to resolve this warning?
The text was updated successfully, but these errors were encountered: