Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Remove void from possible MutationTuple promise generic #3334

Merged
merged 2 commits into from Aug 9, 2019
Merged

Commits on Aug 9, 2019

  1. Remove void from possible MutationTuple promise generic

    `void` is left over from pre-launch mutate function experiments,
    and is causing grief when attempting to destruture promise-returned
    data from the `useMutation` mutate function. Goodbye `void`!
    
    Fixes #3322.
    hwillson committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4114774 View commit details
    Browse the repository at this point in the history
  2. Changelog update

    hwillson committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    586850a View commit details
    Browse the repository at this point in the history