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
* @description MessageComponent({ level, message }: { level: 'info' | 'warning' | 'error', message: string }) - takes a level and message and returns a virtual DOM node with the message and level passed to the function.
* @description MessageComponent({ level, message }: { level: 'info' | 'warning' | 'error', message: string }) - takes a level and message and returns a virtual DOM node with the message and level passed to the function.
29
+
* @name withoutNulls
30
+
* @param arr {Array<VNode>}
31
+
* @returns Array<VNode>
32
+
* @description withoutNulls(arr: Array<VNode>) - takes an array and returns a new array with all null values removed.
0 commit comments