Skip to content

Instantly share code, notes, and snippets.

@henev
Last active April 12, 2022 22:12
Show Gist options
  • Save henev/ea6f7aa8e75ec9596afd989913cf40e9 to your computer and use it in GitHub Desktop.
Save henev/ea6f7aa8e75ec9596afd989913cf40e9 to your computer and use it in GitHub Desktop.
Toast Context
import { createContext } from 'react';
export const ToastContext = createContext();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment