Closed sergeysova closed 5 years ago
The selectCards function returns us an empty array.
const selectCards = (props) =>
createStoreObject({
cards: $registry.map((reg) => props.ids.map((id) => reg[id])),
isLoading: cardsFetching.isLoading,
})
Hmm... No cards with these ids in the registry.
Steps to reproduce:
Expected: