| 57109 | } |
| 57110 | return ((WithSystem.displayName = `WithSystem(${i.getDisplayName(o)})`), WithSystem) |
| 57111 | }, |
| 57112 | withRoot = (s, o) => (i) => { |
| 57113 | const { fn: a } = s() |
| 57114 | class WithRoot extends Re.Component { |
| 57115 | render() { |
| 57116 | return Re.createElement( |
| 57117 | fO, |
| 57118 | { store: o }, |
| 57119 | Re.createElement(i, Mn()({}, this.props, this.context)) |
| 57120 | ) |
| 57121 | } |
| 57122 | } |
| 57123 | return ((WithRoot.displayName = `WithRoot(${a.getDisplayName(i)})`), WithRoot) |
| 57124 | }, |
| 57125 | withConnect = (s, o, i) => |
| 57126 | compose( |