({ valueId, store, debugIds })
| 240 | (checkpointIds) => checkpointIds[2] |
| 241 | ); |
| 242 | var ValueView = ({ valueId, store, debugIds }) => /* @__PURE__ */ jsx(Wrap, { |
| 243 | debugIds, |
| 244 | id: valueId, |
| 245 | children: EMPTY_STRING + (useValue(valueId, store) ?? EMPTY_STRING) |
| 246 | }); |
| 247 | |
| 248 | // dist/ui-react-dom/index.js |
| 249 | var getTypeOf2 = (thing) => typeof thing; |
nothing calls this directly
no test coverage detected
searching dependent graphs…