({ getComponents: s, getStore: o, getSystem: i })
| 57178 | : (_.failSilently || s().log.warn('Could not find component:', a), null) |
| 57179 | }, |
| 57180 | getDisplayName = (s) => s.displayName || s.name || 'Component', |
| 57181 | view = ({ getComponents: s, getStore: o, getSystem: i }) => { |
| 57182 | const a = ((u = getComponent(i, o, s)), Pt(u, (...s) => JSON.stringify(s))) |
| 57183 | var u |
| 57184 | const _ = ((s) => utils_memoizeN(s, (...s) => s))(withMappedContainer(i, 0, a)) |
| 57185 | return { |
| 57186 | rootInjects: { |
| 57187 | getComponent: a, |
| 57188 | makeMappedContainer: _, |
| 57189 | render: render(i, o, getComponent, s), |
| 57190 | }, |
| 57191 | fn: { getDisplayName }, |
| 57192 | } |
| 57193 | }, |
| 57194 | view_legacy = ({ React: s, getSystem: o, getStore: i, getComponents: a }) => { |
| 57195 | const u = {}, |
nothing calls this directly
no test coverage detected