Skip to content
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

add 3-5th tasks of 3rd module #9

Merged
merged 5 commits into from
Jan 23, 2025
Merged

add 3-5th tasks of 3rd module #9

merged 5 commits into from
Jan 23, 2025

Conversation

kxxdree
Copy link
Contributor

@kxxdree kxxdree commented Jan 14, 2025

No description provided.

@jsru-1
Copy link
Contributor

jsru-1 commented Jan 14, 2025

Добавляю преподавателя (@ShGKme) для код-ревью.

@jsru-1 jsru-1 requested a review from ShGKme January 14, 2025 12:27
@kxxdree kxxdree closed this Jan 14, 2025
@kxxdree kxxdree reopened this Jan 14, 2025
@jsru-1
Copy link
Contributor

jsru-1 commented Jan 14, 2025

Решение было обновлено, посмотрим что скажет @ShGKme

@kxxdree kxxdree closed this Jan 22, 2025
@kxxdree kxxdree reopened this Jan 22, 2025
@jsru-1
Copy link
Contributor

jsru-1 commented Jan 22, 2025

Решение было обновлено, посмотрим что скажет @ShGKme

@kxxdree kxxdree closed this Jan 23, 2025
@kxxdree kxxdree reopened this Jan 23, 2025
@jsru-1
Copy link
Contributor

jsru-1 commented Jan 23, 2025

Решение было обновлено, посмотрим что скажет @ShGKme

Copy link
Contributor

@ShGKme ShGKme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Есть одна маленькая проблемка, остальные задачи приняты

Comment on lines 6 to 10
props: {
alertData: {
type: Object,
},
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Этот параметр описан, как необязательный (нет required: true). Но этот компонент не только не имеет смысла без этого параметра (ему нечего выводить), но и упадёт с cannot read property of undefined при попытке вывести alertData.sender_name.

Такие параметры должны быть описаны, как обязательные, так как компонент без них работать не может.

Comment on lines 10 to 14
props: {
weatherData: {
type: Object,
},
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Аналогичная проблема

@jsru-1
Copy link
Contributor

jsru-1 commented Jan 23, 2025

Добавляю преподавателя (@ShGKme) для код-ревью.

@jsru-1 jsru-1 requested a review from ShGKme January 23, 2025 11:37
@jsru-1 jsru-1 merged commit c95b224 into js-tasks-ru:master Jan 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants