()
| 21 | const store = useStoreOrStoreById(() => props.store); |
| 22 | return EditableThing({ |
| 23 | get thing() { |
| 24 | return value(); |
| 25 | }, |
| 26 | onThingChange: setValue, |
| 27 | class: props.className ?? EDITABLE + VALUE, |
| 28 | showType: props.showType, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…