{"version":3,"file":"ToastContext-209f3748.js","sources":["../../../app/javascript/components_shared/Toast/ToastContext.ts"],"sourcesContent":["import Toast from 'components_shared/Toast/Toast'\nimport React, { createContext } from 'react'\n\nexport interface ToastContext {\n showToast: (toast: Toast) => void\n}\n\nexport const ToastContext = createContext({\n showToast: () => { throw new Error('Attempted to call showToast outside of a ToastContext') },\n})\n\nexport const useToast = () => {\n const context = React.useContext(ToastContext)\n if (!context) throw new Error('useToast must be used within a ToastProvider')\n return context\n}\n"],"names":["ToastContext","createContext","useToast","context","React"],"mappings":"+CAOO,MAAMA,EAAeC,EAAAA,cAA4B,CACtD,UAAW,IAAM,CAAQ,MAAA,IAAI,MAAM,uDAAuD,CAAE,CAC9F,CAAC,EAEYC,EAAW,IAAM,CACtB,MAAAC,EAAUC,EAAM,WAAWJ,CAAY,EAC7C,GAAI,CAACG,EAAe,MAAA,IAAI,MAAM,8CAA8C,EACrE,OAAAA,CACT"}