PHP 8.2.30
Preview: next.ts Size: 968 B
/home/byroehnu/easepay.easetack.com/node_modules/react-redux/src/next.ts

// The secondary entry point assumes we are working with React 18, and thus have
// useSyncExternalStore available. We can import that directly from React itself.
// The useSyncExternalStoreWithSelector has to be imported, but we can use the
// non-shim version. This shaves off the byte size of the shim.

import * as React from 'react'
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'

import { unstable_batchedUpdates as batch } from './utils/reactBatchedUpdates'
import { setBatch } from './utils/batch'

import { initializeUseSelector } from './hooks/useSelector'
import { initializeConnect } from './components/connect'

initializeUseSelector(useSyncExternalStoreWithSelector)
initializeConnect(React.useSyncExternalStore)

// Enable batched updates in our subscriptions for use
// with standard React renderers (ReactDOM, React Native)
setBatch(batch)

export { batch }

export * from './exports'

Directory Contents

Dirs: 4 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2026-03-14 01:49:19
Edit Download
connect DIR
- drwxr-xr-x 2026-03-14 01:49:19
Edit Download
hooks DIR
- drwxr-xr-x 2026-03-14 01:49:19
Edit Download
utils DIR
- drwxr-xr-x 2026-03-14 01:49:19
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:19
Edit Download
917 B lrw-r--r-- 2026-02-28 00:29:40
Edit Download
1.57 KB lrw-r--r-- 2026-02-28 00:29:48
Edit Download
927 B lrw-r--r-- 2026-02-28 00:29:48
Edit Download
968 B lrw-r--r-- 2026-02-28 00:29:58
Edit Download
5.77 KB lrw-r--r-- 2026-02-28 00:30:02
Edit Download

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