Skip to content

Commit

Permalink
Work around lsp performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed May 13, 2024
1 parent 63723b6 commit 85bd67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export function styled<

return React.createElement(
ComponentOrElementType,
{ className: finalClassName, ref, style: inlineStyles, ...rest },
{ className: finalClassName, ref, style: inlineStyles, ...rest } as any,
children,
)
})
Expand Down

0 comments on commit 85bd67f

Please sign in to comment.