PHP 8.2.30
Preview: invalidArgFactory.ts Size: 420 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-redux/src/connect/invalidArgFactory.ts

import type { Action, Dispatch } from 'redux'

export function createInvalidArgFactory(arg: unknown, name: string) {
  return (
    dispatch: Dispatch<Action<unknown>>,
    options: { readonly wrappedComponentName: string }
  ) => {
    throw new Error(
      `Invalid value of type ${typeof arg} for ${name} argument when connecting component ${
        options.wrappedComponentName
      }.`
    )
  }
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
420 B lrw-r--r-- 2026-02-28 00:29:50
Edit Download
1.04 KB lrw-r--r-- 2026-02-28 00:29:54
Edit Download
623 B lrw-r--r-- 2026-02-28 00:29:54
Edit Download
2.09 KB lrw-r--r-- 2026-02-28 00:29:58
Edit Download
7.74 KB lrw-r--r-- 2026-02-28 00:29:58
Edit Download
801 B lrw-r--r-- 2026-02-28 00:30:12
Edit Download
3.95 KB lrw-r--r-- 2026-02-28 00:30:12
Edit Download

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