(s, o, i)
| 57122 | } |
| 57123 | return ((WithRoot.displayName = `WithRoot(${a.getDisplayName(i)})`), WithRoot) |
| 57124 | }, |
| 57125 | withConnect = (s, o, i) => |
| 57126 | compose( |
| 57127 | i ? withRoot(s, i) : gO(), |
| 57128 | dO((i, a) => { |
| 57129 | const u = { ...a, ...s() }, |
| 57130 | _ = o.prototype?.mapStateToProps || ((s) => ({ state: s })) |
| 57131 | return _(i, u) |
| 57132 | }), |
| 57133 | withSystem(s) |
| 57134 | )(o), |
| 57135 | handleProps = (s, o, i, a) => { |
| 57136 | for (const u in o) { |
no test coverage detected