Skip to content
Discussion options

You must be logged in to vote

That's what keyExtractor is for.

const tabsAtomsAtom = splitAtom(tabsAtom, item => item.id)

  {tabsAtoms.map(
    (tabAtom, i) =>
        <TabPreview
          key={`${tabAtom}`}

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@smontlouis
Comment options

@dai-shi
Comment options

@smontlouis
Comment options

@saoudi-h
Comment options

@dai-shi
Comment options

Answer selected by smontlouis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants