({
synchronizerId,
}: {
readonly synchronizerId?: string;
})
| 662 | ); |
| 663 | |
| 664 | const ContextSynchronizerChild = ({ |
| 665 | synchronizerId, |
| 666 | }: { |
| 667 | readonly synchronizerId?: string; |
| 668 | }) => <>{useSynchronizer(synchronizerId)?.getStatus()}</>; |
| 669 | |
| 670 | const ContextNested = ({ |
| 671 | store1, |
nothing calls this directly
no test coverage detected
searching dependent graphs…