(tableId, rowId, cellId, storeOrStoreId)
| 568 | [tableId, rowId, cellId] |
| 569 | ); |
| 570 | var useCellState = (tableId, rowId, cellId, storeOrStoreId) => [ |
| 571 | useCell2(tableId, rowId, cellId, storeOrStoreId), |
| 572 | useSetCellCallback(tableId, rowId, cellId, getArg, storeOrStoreId) |
| 573 | ]; |
| 574 | var useValueIds = (storeOrStoreId) => useListenable2( |
| 575 | VALUE_IDS2, |
| 576 | useStoreOrStoreById2(storeOrStoreId), |
no test coverage detected
searching dependent graphs…