Skip to content

Commit b49b506

Browse files
bminglesdsmmcken
andauthored
fix: Fixed re-export (#1894) (#1895)
`npm start` should work now without the `@react-types/textfield` error. --------- Co-authored-by: Don <dsmmcken@gmail.com>
1 parent 991af44 commit b49b506

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/components/src/spectrum

packages/components/src/spectrum/forms.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ export {
1616
type SpectrumTextFieldProps as TextFieldProps,
1717
} from '@adobe/react-spectrum';
1818

19-
export { type SpectrumTextAreaProps as TextAreaProps } from '@react-types/textfield';
19+
// @react-types/textfield is unecessary if https://github.com/adobe/react-spectrum/pull/6090 merge
20+
export type { SpectrumTextAreaProps as TextAreaProps } from '@react-types/textfield';

0 commit comments

Comments
 (0)