frontend / context/toast/ToastContext / ToastContext
Variable: ToastContext
constToastContext:Context<ToastFn>
Defined in: src/context/toast/ToastContext.ts:45
Global toast context (no-op default). Provides a simple callback to display transient notifications.
Remarks
Default value is a no-op function to gracefully handle usage outside provider. Actual implementation should check for errors in strict mode.