Skip to content

Commit

Permalink
fix(FormLayout): update deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
eugpoloz committed Apr 7, 2023
1 parent 6edb1b2 commit e72fa37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vkui/src/components/FormLayout/FormLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ export type FormLayoutProps = React.AllHTMLAttributes<HTMLElement> &

const warn = warnOnce('FormLayout');
/**
* @deprecated since v5.4.0
* @see https://vkcom.github.io/VKUI/#/FormLayout
* @deprecated v5.4.0
*
* Компонент устарел и будет удален в v6. Используйте
* `<Form />` https://vkcom.github.io/VKUI/#/Form
*/
export const FormLayout = ({
children,
Expand Down

0 comments on commit e72fa37

Please sign in to comment.