Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
srmagura committed Jul 31, 2022
1 parent 1e646e4 commit 2c00874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/primitives-core/src/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export function createStyled(
withComponent: typeof withComponent
}

castedStyled.withComponent = withComponent

return castedStyled
}
}
Expand Down

0 comments on commit 2c00874

Please sign in to comment.