Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated datetime format. Invalid prop: type check failed for prop "value" #200

Closed
murbanowicz opened this issue Nov 16, 2016 · 1 comment

Comments

@murbanowicz
Copy link
Contributor

Hi,

MomentJS is throwing this warning: http://momentjs.com/guides/#/warnings/js-date/

I don't think it is anyhow caused by app, because am basically passing to date/time components:
var now = moment().toString()
and this is assigned to data which then go to v-model.

It has to be somehow related to datetime logic with MomentJS in quasar components.

Second issue is:
vue.common.js?e881:2643 [Vue warn]: Invalid prop: type check failed for prop "value". Expected String, got Undefined. (found in component <quasar-datetime>)
Can be somehow related?

@rstoenescu
Copy link
Member

Use moment().format()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants