()
| 1831 | didRender(JSON.stringify(useIndexes('i')?.getSliceRowIds('i1', '1'))); |
| 1832 | const indexes = createIndexes(store).setIndexDefinition('i1', 't1', 'c1'); |
| 1833 | const ProvideIndexes = () => { |
| 1834 | useProvideIndexes('i', indexes); |
| 1835 | return null; |
| 1836 | }; |
| 1837 | const {container, unmount} = render( |
| 1838 | <Provider> |
| 1839 | <Test /> |
nothing calls this directly
no test coverage detected
searching dependent graphs…