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
/** Value to overwrite the randomly generated data-ouia-component-id.*/
43
41
ouiaId?: number|string;
44
42
/** Set the value of data-ouia-safe. Only set to true when the component is in a static state, i.e. no animations are occurring. At all other times, this value must be false. */
@@ -72,7 +70,6 @@ class Nav extends React.Component<
72
70
staticdefaultProps: NavProps={
73
71
onSelect: ()=>undefined,
74
72
onToggle: ()=>undefined,
75
-
theme: 'dark',
76
73
ouiaSafe: true
77
74
};
78
75
@@ -121,13 +118,12 @@ class Nav extends React.Component<
0 commit comments