m2m-components 5.0.0 → 5.0.1-alpha-4cf818c.0

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.
@@ -1881,11 +1881,11 @@ var init_useTimeout = __esm({
1881
1881
  "use client";
1882
1882
  Timeout = class _Timeout {
1883
1883
  constructor() {
1884
- this.currentId = 0;
1884
+ this.currentId = null;
1885
1885
  this.clear = () => {
1886
- if (this.currentId !== 0) {
1886
+ if (this.currentId !== null) {
1887
1887
  clearTimeout(this.currentId);
1888
- this.currentId = 0;
1888
+ this.currentId = null;
1889
1889
  }
1890
1890
  };
1891
1891
  this.disposeEffect = () => {
@@ -1901,7 +1901,7 @@ var init_useTimeout = __esm({
1901
1901
  start(delay, fn) {
1902
1902
  this.clear();
1903
1903
  this.currentId = setTimeout(() => {
1904
- this.currentId = 0;
1904
+ this.currentId = null;
1905
1905
  fn();
1906
1906
  }, delay);
1907
1907
  }
@@ -8953,7 +8953,7 @@ react-is/cjs/react-is.development.js:
8953
8953
 
8954
8954
  @mui/utils/index.js:
8955
8955
  (**
8956
- * @mui/utils v5.15.11
8956
+ * @mui/utils v5.15.12
8957
8957
  *
8958
8958
  * @license MIT
8959
8959
  * This source code is licensed under the MIT license found in the
@@ -8989,4 +8989,4 @@ react-is/cjs/react-is.development.js:
8989
8989
  * LICENSE file in the root directory of this source tree.
8990
8990
  *)
8991
8991
  */
8992
- //# sourceMappingURL=chunk-XXU2NHET.mjs.map
8992
+ //# sourceMappingURL=chunk-JKQJNOLK.mjs.map