PHP 8.2.30
Preview: useIsomorphicLayoutEffect.js Size: 964 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-redux/es/utils/useIsomorphicLayoutEffect.js

import * as React from 'react'; // React currently throws a warning when using useLayoutEffect on the server.
// To get around it, we can conditionally useEffect on the server (no-op) and
// useLayoutEffect in the browser. We need useLayoutEffect to ensure the store
// subscription callback always has the selector from the latest render commit
// available, otherwise a store update may happen between render and the effect,
// which may cause missed updates; we also must ensure the store subscription
// is created synchronously, otherwise a store update may occur before the
// subscription is created and an inconsistent state may be observed
// Matches logic in React's `shared/ExecutionEnvironment` file

export const canUseDOM = !!(typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined');
export const useIsomorphicLayoutEffect = canUseDOM ? React.useLayoutEffect : React.useEffect;

Directory Contents

Dirs: 0 × Files: 24

Name Size Perms Modified Actions
235 B lrw-r--r-- 2026-02-28 00:29:40
Edit Download
359 B lrw-r--r-- 2026-02-28 00:27:12
Edit Download
196 B lrw-r--r-- 2026-02-28 00:29:40
Edit Download
361 B lrw-r--r-- 2026-02-28 00:27:32
Edit Download
191 B lrw-r--r-- 2026-02-28 00:29:52
Edit Download
476 B lrw-r--r-- 2026-02-28 00:28:30
Edit Download
54 B lrw-r--r-- 2026-02-28 00:29:58
Edit Download
52 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
94 B lrw-r--r-- 2026-02-28 00:29:58
Edit Download
164 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
70 B lrw-r--r-- 2026-02-28 00:30:00
Edit Download
658 B lrw-r--r-- 2026-02-28 00:29:04
Edit Download
840 B lrw-r--r-- 2026-02-28 00:30:00
Edit Download
3.29 KB lrw-r--r-- 2026-02-28 00:29:06
Edit Download
154 B lrw-r--r-- 2026-02-28 00:30:06
Edit Download
964 B lrw-r--r-- 2026-02-28 00:29:10
Edit Download
112 B lrw-r--r-- 2026-02-28 00:30:06
Edit Download
170 B lrw-r--r-- 2026-02-28 00:29:12
Edit Download
345 B lrw-r--r-- 2026-02-28 00:30:08
Edit Download
84 B lrw-r--r-- 2026-02-28 00:29:22
Edit Download
107 B lrw-r--r-- 2026-02-28 00:30:10
Edit Download
295 B lrw-r--r-- 2026-02-28 00:29:28
Edit Download
190 B lrw-r--r-- 2026-02-28 00:30:12
Edit Download
645 B lrw-r--r-- 2026-02-28 00:29:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).