()
| 1037 | const position = useValue(POSITION_VALUE, props.s); |
| 1038 | const open = useValue(OPEN_VALUE, props.s); |
| 1039 | const handleOpen = () => props.s.setValue(OPEN_VALUE, true); |
| 1040 | return ( |
| 1041 | <> |
| 1042 | {open() ? ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…