(data: InAppNotification)
| 46 | const hasNotification = (): boolean => |
| 47 | !!client.getQueryData(IN_APP_NOTIFICATION_KEY); |
| 48 | const setInAppNotification = (data: InAppNotification) => |
| 49 | client.setQueryData(IN_APP_NOTIFICATION_KEY, data); |
| 50 | |
| 51 | const displayNotification = ( |
| 52 | payload: NewNotification, |
no outgoing calls
no test coverage detected