@app-studio/web 0.7.1 → 0.7.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.
package/dist/web.esm.js CHANGED
@@ -3537,9 +3537,7 @@ var DatePickerView = function DatePickerView(_ref) {
3537
3537
  onFocus: handleFocus,
3538
3538
  disabled: isDisabled,
3539
3539
  readOnly: isReadOnly
3540
- }, fieldStyles, props, {
3541
- value: date
3542
- }, onChangeText && {
3540
+ }, fieldStyles, props, onChangeText && {
3543
3541
  onChangeText: handleDateChange
3544
3542
  }, {
3545
3543
  onChange: handleDateChange