frontend


frontend / context/toast/ToastContext / ToastContext

Variable: ToastContext

const ToastContext: Context<ToastFn>

Defined in: 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.