Skip to content

Commit

Permalink
next fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Oct 8, 2024
1 parent 20ad931 commit 503639e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/next-yak/runtime/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ const yakStyled = <
className?: string;
style?: React.CSSProperties;
}),
// mark the props as processed
$__attrs: true,
},
mergedAttrsFn?.({ theme, ...props } as Substitute<
T & { theme: YakTheme },
Expand Down

0 comments on commit 503639e

Please sign in to comment.