Skip to content

Commit

Permalink
Don't export unforwarded component
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Apr 26, 2022
1 parent 890237f commit ef3a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/text-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { forwardRef } from '@wordpress/element';
import BaseControl from '../base-control';
import type { TextControlProps } from './types';

export function UnforwardedTextControl(
function UnforwardedTextControl(
props: TextControlProps,
ref: ForwardedRef< HTMLInputElement >
) {
Expand Down

0 comments on commit ef3a12e

Please sign in to comment.