()
| 20 | const store = useStoreOrStoreById(() => props.store); |
| 21 | return EditableThing({ |
| 22 | get thing() { |
| 23 | return cell(); |
| 24 | }, |
| 25 | onThingChange: setCell, |
| 26 | class: props.className ?? EDITABLE + CELL, |
| 27 | showType: props.showType, |
no outgoing calls
no test coverage detected
searching dependent graphs…