@etsoo/materialui 1.5.38 → 1.5.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.
@@ -58,6 +58,7 @@ function CommonPage(props) {
58
58
  react_1.default.useEffect(() => {
59
59
  if (updateRef.current && update) {
60
60
  update(true, []);
61
+ updateRef.current = false;
61
62
  }
62
63
  }, [update]);
63
64
  // Return the UI
@@ -52,6 +52,7 @@ export function CommonPage(props) {
52
52
  React.useEffect(() => {
53
53
  if (updateRef.current && update) {
54
54
  update(true, []);
55
+ updateRef.current = false;
55
56
  }
56
57
  }, [update]);
57
58
  // Return the UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.5.38",
3
+ "version": "1.5.40",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -40,7 +40,7 @@
40
40
  "@dnd-kit/sortable": "^10.0.0",
41
41
  "@emotion/react": "^11.14.0",
42
42
  "@emotion/styled": "^11.14.0",
43
- "@etsoo/appscript": "^1.6.31",
43
+ "@etsoo/appscript": "^1.6.32",
44
44
  "@etsoo/notificationbase": "^1.1.60",
45
45
  "@etsoo/react": "^1.8.40",
46
46
  "@etsoo/shared": "^1.2.70",
@@ -78,7 +78,7 @@
78
78
  "@types/pulltorefreshjs": "^0.1.7",
79
79
  "@types/react": "^18.3.20",
80
80
  "@types/react-avatar-editor": "^13.0.4",
81
- "@types/react-dom": "^18.3.6",
81
+ "@types/react-dom": "^18.3.7",
82
82
  "@types/react-input-mask": "^3.0.6",
83
83
  "@types/react-window": "^1.8.8",
84
84
  "@vitejs/plugin-react": "^4.4.1",
@@ -171,6 +171,7 @@ export function CommonPage(props: CommonPageProps) {
171
171
  React.useEffect(() => {
172
172
  if (updateRef.current && update) {
173
173
  update(true, []);
174
+ updateRef.current = false;
174
175
  }
175
176
  }, [update]);
176
177