-
Notifications
You must be signed in to change notification settings - Fork 10
Volodymyr-react-w3 #26
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
base: main
Are you sure you want to change the base?
Volodymyr-react-w3 #26
Conversation
@@ -0,0 +1,24 @@ | |||
# Logs |
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.
chore (non-blocking): can you remove the files from week1 and week2 from the commit?
<li | ||
className={css.item} | ||
key={product.id} | ||
onClick={() => { |
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.
issue: this can be solved with proper HTML structure without changing the code, but right now when I go to the Favorites and click on a heart, two things happen:
- the product is removed from the favorites (expected behavior)
- I am redirected to the product page (unexpected behavior)
This review follows Conventional Comments. |
I just fix bug and create PR |
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.
praise: good job!
thanks ))) it's because you good mentor! )) |
Deployment