MCPcopy
hub / github.com/reduxjs/redux-devtools / showNotification

Function showNotification

packages/redux-devtools-app/src/actions/index.ts:358–360  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

356 readonly notification: Notification;
357}
358export function showNotification(message: string): ShowNotificationAction {
359 return { type: SHOW_NOTIFICATION, notification: { type: 'error', message } };
360}
361
362export interface ClearNotificationAction {
363 readonly type: typeof CLEAR_NOTIFICATION;

Callers 2

monitoringFunction · 0.90
connectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…