We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f554c commit b9149f2Copy full SHA for b9149f2
src/tasty/tasty.tsx
@@ -460,8 +460,8 @@ function tastyElement<K extends StyleList, V extends VariantMap>(
460
'data-element': (element as string | undefined) || defaultElement,
461
'data-qa': (qa as string | undefined) || defaultQa,
462
'data-qaval': (qaVal as string | undefined) || defaultQaVal,
463
- ...(modProps || {}),
464
...(otherDefaultProps as unknown as Record<string, unknown>),
+ ...(modProps || {}),
465
...(otherProps as unknown as Record<string, unknown>),
466
className: finalClassName,
467
ref,
0 commit comments