Skip to content

Instantly share code, notes, and snippets.

@anthonylusardi-da
Created November 4, 2020 20:49
Show Gist options
  • Save anthonylusardi-da/58d1f2dcb1b081d0a5f635df7e02c0f1 to your computer and use it in GitHub Desktop.
Save anthonylusardi-da/58d1f2dcb1b081d0a5f635df7e02c0f1 to your computer and use it in GitHub Desktop.
const {loading, contract} = useStreamFetchByKey(T, () => k, ...);
-- becomes
const {loading, contracts} = useStreamFetchByKeys(T, () => [k], ...));
const contract = contracts[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment