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
Import and use MdDatepicker with defaults in Vue template.
Build in Webpack and load page.
On click MdDatepicker opens with multiple console errors
Which browser?
All browsers tested except Firefox where the Datepicker defaults to the system.
What is expected?
No console errors.
What is actually happening?
[Vue warn]: Invalid prop: type check failed for prop "mdDate". Expected Date, got String.
[Vue warn]: Duplicate keys detected: '1'. This may cause an update error.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
using "vue-material" : "1.0.0-beta-7"
Which browser?
All browsers tested except Firefox where the Datepicker defaults to the system.
What is expected?
No console errors.
What is actually happening?
[Vue warn]: Invalid prop: type check failed for prop "mdDate". Expected Date, got String.
[Vue warn]: Duplicate keys detected: '1'. This may cause an update error.
The text was updated successfully, but these errors were encountered: