Skip to content

Instantly share code, notes, and snippets.

@trblackw
Created May 31, 2020 19:57
Show Gist options
  • Save trblackw/34f06a6a2f0cc720c9f9cd98674d4346 to your computer and use it in GitHub Desktop.
Save trblackw/34f06a6a2f0cc720c9f9cd98674d4346 to your computer and use it in GitHub Desktop.
const updateUsers = produce((draft, confirmedUserId) => {
draft[draft.findIndex(({ id }) => id === confirmedUserId)].emailConfirmed = true
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment