diff --git a/src/ui/Divider.tsx b/src/ui/Divider.tsx index 5822b413..9e8b962f 100644 --- a/src/ui/Divider.tsx +++ b/src/ui/Divider.tsx @@ -27,7 +27,6 @@ export function Divider( resolvedDirection === 'horizontal' ? horizontalProps : verticalProps return ( diff --git a/src/ui/Image.tsx b/src/ui/Image.tsx index 21aabd28..bba7a597 100644 --- a/src/ui/Image.tsx +++ b/src/ui/Image.tsx @@ -24,8 +24,6 @@ export type ImageProps = { export function Image(props: ImageProps) { const { - // @ts-ignore - private - __context, borderRadius, borderBottomLeftRadius, borderBottomRightRadius, @@ -38,7 +36,6 @@ export function Image(props: ImageProps) { } = props return ( = { size?: VariableValue<'width', keyof vars['units']> } -export function Spacer({ - // @ts-ignore - private - __context, - size, -}: SpacerProps) { - return ( - - ) +export function Spacer({ size }: SpacerProps) { + return } diff --git a/src/ui/Text.tsx b/src/ui/Text.tsx index 5f2f334c..5329c3d3 100644 --- a/src/ui/Text.tsx +++ b/src/ui/Text.tsx @@ -39,8 +39,6 @@ const alignToAlignItems = { } as const export function Text({ - // @ts-ignore - private - __context, align, children, color, @@ -57,7 +55,6 @@ export function Text({ }: TextProps) { return (