@terraware/web-components 2.14.1-rc.1 → 2.14.1-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,6 +98,6 @@ function DatePicker(props) {
98
98
  },
99
99
  onError: props.onError,
100
100
  renderInput: renderInput,
101
- value: temporalValue
101
+ value: temporalValue ? temporalValue.toISO() : temporalValue
102
102
  })));
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "2.14.1-rc.1",
3
+ "version": "2.14.1-rc.2",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {