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
* the next breaking change release in favor of defaulting to always-rendered items.
23
22
*/
24
23
hasAnimations?: boolean;
24
+
/** Value to overwrite the randomly generated data-ouia-component-id.*/
25
+
ouiaId?: number|string;
26
+
/** 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. */
Copy file name to clipboardExpand all lines: packages/react-core/src/components/DualListSelector/__tests__/__snapshots__/DualListSelector.test.tsx.snap
0 commit comments