@isma91/react-scheduler 4.0.3 → 4.0.4

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1436,7 +1436,7 @@ const cr = (e) => {
1436
1436
  } finally {
1437
1437
  s(!1);
1438
1438
  }
1439
- }, [i, _]);
1439
+ }, [i, _, t]);
1440
1440
  K(() => {
1441
1441
  i instanceof Function && b();
1442
1442
  }, [b, i, _]);
@@ -2488,7 +2488,7 @@ const cr = (e) => {
2488
2488
  } finally {
2489
2489
  s(!1);
2490
2490
  }
2491
- }, [i, M]);
2491
+ }, [i, M, t]);
2492
2492
  K(() => {
2493
2493
  i instanceof Function && P();
2494
2494
  }, [P, i, M]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isma91/react-scheduler",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "React scheduler component based on Material-UI & date-fns",
5
5
  "files": [
6
6
  "*"