-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
28453567 #21
28453567 #21
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тоже самое и для второй модалки
apps/xi.front/package.json
Outdated
@@ -18,6 +18,8 @@ | |||
"pkg.navigation.layout": "*", | |||
"pkg.module.videoconference": "*", | |||
"pkg.navigation.skeleton": "*", | |||
"pkg.modal.change-password": "*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это лишнее, так как мы подключаем пакеты к другому пакету
|
||
return ( | ||
<M.Modal> | ||
<M.ModalTrigger asChild>{props.children}</M.ModalTrigger> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А может быть уберём props и развернём объект пропсов?
interface FormBlockProps {} | ||
|
||
const FormBlock = (props: FormBlockProps) => { | ||
const form = useForm<z.infer<typeof schema>>({ resolver: zodResolver(schema) }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Добавь, пожалуйста, изменения из @xipkg/form
"@xipkg/label": "0.0.9", | ||
"@xipkg/link": "0.2.0", | ||
"@xipkg/utils": "1.0.1", | ||
"next": "^14.0.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
версия 13.5.6
"@xipkg/utils": "1.0.1", | ||
"next": "^14.0.4", | ||
"react": "^18.2.0", | ||
"react-hook-form": "^7.45.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это можно удалить
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Спасибо, смёржил
No description provided.