Skip to content

Commit

Permalink
Update modules/preview-react/form-field/lib/FormField.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Josh <[email protected]>
  • Loading branch information
mannycarrera4 and josh-bagwell authored Sep 11, 2024
1 parent 24d63c1 commit 4e67f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/preview-react/form-field/lib/FormField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const FormField = createContainer('div')({
if (process && process.env.NODE_ENV === 'development') {
if (orientation === 'horizontal') {
console.warn(
'FormField: Orientation options of "horizontal" is deprecated and will be removed in v13. Please update your types and value to use string literal of "horizontalStart". The following values will only be accepted in v13: "horizontalStart" | "horizontalEnd" | "vertical".'
'FormField: Orientation option of "horizontal" is deprecated and will be removed in v13. Please update your types and value to use the string literal of "horizontalStart". The following values will be accepted in v13: "horizontalStart" | "horizontalEnd" | "vertical".'
);
}
}
Expand Down

0 comments on commit 4e67f12

Please sign in to comment.