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
I've just stared using cp-validations, and things are looking good.
Except for this issue for using date validator ..
I reckon that the latest moment js has deprecated the use of moment(random date string)
because when I use the date validator with before: 'now' or after: '2/2/2015' or whatever .. then I get these deprecation warnings from the base date validator class.
Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.
Arguments: [object Object]
Is this already known issue? Need me to try a PR? You feel like fixing?
The text was updated successfully, but these errors were encountered:
I've just stared using cp-validations, and things are looking good.
Except for this issue for using date validator ..
I reckon that the latest moment js has deprecated the use of moment(random date string)
because when I use the date validator with before: 'now' or after: '2/2/2015' or whatever .. then I get these deprecation warnings from the base date validator class.
Is this already known issue? Need me to try a PR? You feel like fixing?
The text was updated successfully, but these errors were encountered: