willba-component-library 0.2.39 → 0.2.40

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/lib/index.umd.js CHANGED
@@ -10844,7 +10844,7 @@
10844
10844
  if (loadingSpinner)
10845
10845
  loadingSpinner.style.display = 'none';
10846
10846
  }
10847
- }, [loadingData]);
10847
+ }, [loadingData, updateCalendarMonthNavigation, updateCalendarDefaultMoth]);
10848
10848
  // Handle overlapping availableDates.lastCheckOut and disabledDates.start
10849
10849
  var _c = __read(React__default.useState(undefined), 2), overlappingDate = _c[0], setOverlappingDate = _c[1];
10850
10850
  React__default.useMemo(function () {