We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1778f3c commit 49626f1Copy full SHA for 49626f1
1 file changed
src/web/api.tsx
@@ -31,7 +31,7 @@ export const styled = <
31
_options?: StyledOptions,
32
) => {
33
return (props: StyledProps<ComponentPropsWithRef<C>, M>) => {
34
- return useCssElement(baseComponent, mapping, props);
+ return useCssElement(baseComponent, props, mapping);
35
};
36
37
0 commit comments