Closed as not planned
Description
Check existing issues
- I have checked for existing issues to avoid duplicates
Actual Behavior
The type of valueAsDate
is Date | Date[]
.
However, the watcher here has wrong type:
this.datePickerActiveDate
has type Date
, so assigning Date[]
to is is an error
Expected Behavior
Update the watcher to handle the Date | Date[]
property type
Reproduction Sample
Reproduction Steps
Reproduction Version
2.13.0-next.9
Relevant Info
No response
Regression?
No response
Priority impact
impact - p3 - not time sensitive
Impact
No response
Calcite package
- @esri/calcite-components
- @esri/calcite-components-angular
- @esri/calcite-components-react
- @esri/calcite-design-tokens
- @esri/eslint-plugin-calcite-components
Esri team
ArcGIS Maps SDK for JavaScript