(s, o)
| 56691 | ) |
| 56692 | } |
| 56693 | } |
| 56694 | function createInvalidArgFactory(s, o) { |
| 56695 | return (i, a) => { |
| 56696 | throw new Error( |
| 56697 | `Invalid value of type ${typeof s} for ${o} argument when connecting component ${a.wrappedComponentName}.` |
| 56698 | ) |
| 56699 | } |
| 56700 | } |
| 56701 | function defaultMergeProps(s, o, i) { |
| 56702 | return { ...i, ...s, ...o } |