({ valueId, store, debugIds })
| 1678 | ) |
| 1679 | }); |
| 1680 | var ValueView = ({ valueId, store, debugIds }) => /* @__PURE__ */ jsx(Wrap, { |
| 1681 | debugIds, |
| 1682 | id: valueId, |
| 1683 | children: EMPTY_STRING + (useValue(valueId, store) ?? EMPTY_STRING) |
| 1684 | }); |
| 1685 | var ValuesView = ({ |
| 1686 | store, |
| 1687 | valueComponent: Value = ValueView, |
nothing calls this directly
no test coverage detected
searching dependent graphs…