@udecode/react-utils 52.0.1 → 52.0.11
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ declare const CAN_USE_DOM: boolean;
|
|
|
112
112
|
* Prevent warning on SSR by falling back to React.useEffect when DOM isn't
|
|
113
113
|
* available
|
|
114
114
|
*/
|
|
115
|
-
declare const useIsomorphicLayoutEffect: typeof React.
|
|
115
|
+
declare const useIsomorphicLayoutEffect: typeof React.useEffect;
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/useMemoizedSelector.d.ts
|
|
118
118
|
/**
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@udecode/react-utils",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.11",
|
|
4
4
|
"description": "React utils",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utils"
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@radix-ui/react-slot": "^1.2.3",
|
|
40
40
|
"@udecode/utils": "52.0.1",
|
|
41
|
-
"clsx": "^2.1.1"
|
|
41
|
+
"clsx": "^2.1.1",
|
|
42
|
+
"react-compiler-runtime": "^1.0.0"
|
|
42
43
|
},
|
|
43
44
|
"peerDependencies": {
|
|
44
45
|
"react": ">=18.0.0",
|