Skip to content

Instantly share code, notes, and snippets.

@aibolik
Created January 12, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aibolik/86557138e7920d7f38aa7eba74b1b627 to your computer and use it in GitHub Desktop.
Save aibolik/86557138e7920d7f38aa7eba74b1b627 to your computer and use it in GitHub Desktop.
export function useToast() {
const toastHelpers = React.useContext(ToastContext);
return toastHelpers;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment