You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It then processes into the warning notification function, a higher level function that gets passed by pushNotificationMessage. In the end, all these steps get executed by `showNotificationMsg`. And finally, gets exposed to `errorNotification` and `warningNotification.`
19
+
20
+
```ts
21
+
function showNotificationMsg(kind:string, msg:string) {
22
+
pushNotificationMessage({ kind: kind, text: msg, hc: false }); // No high contrast support in skillmap
0 commit comments