(tableId, storeOrStoreId)
| 249 | /* Array */ |
| 250 | ); |
| 251 | var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [ |
| 252 | tableId |
| 253 | ]); |
| 254 | var useTableCellIds = (tableId, storeOrStoreId) => useListenable( |
| 255 | TABLE + CELL_IDS, |
| 256 | useStoreOrStoreById(storeOrStoreId), |
no test coverage detected
searching dependent graphs…