proshop_django icon indicating copy to clipboard operation
proshop_django copied to clipboard

Reset productDetails before request

Open shjeong92 opened this issue 3 years ago • 2 comments

Hey Dennis I really enjoyed your Udemy course!

I found a minor bug which is about ProductScreen component.

To explain how to see the bug,

  1. At the first time you click product from the HomeScreen, <Loader /> works just fine in ProductScreen component, but from the second times, it doesn't work anymore.
  2. If you go back and choose other items, somehow doesn't work, and it also shows previous item infos for a short time(which bothers me).

This PR will fix the bug. cheers!

Sanghyuk from Korea.

shjeong92 avatar May 14 '21 09:05 shjeong92

Yes same thing happens with me

On Fri, 14 May 2021, 2:35 pm Sanghyuk Jeong, @.***> wrote:

Hey Dennis I really enjoyed your Udemy course!

I found a minor bug which is about ProductScreen component.

To explain how to see the bug,

  1. At the first time you click product from the HomeScreen, works just fine in ProductScreen component, but from the second times, it doesn't work anymore.
  2. If you go back and choose other items, somehow doesn't work, and it also shows previous item infos for a short time(which bothers me).

This PR will fix the bug. cheers!

Sanghyuk from Korea.

You can view, comment on, or merge this pull request online at:

https://github.com/divanov11/proshop_django/pull/10 Commit Summary

  • Reset productDetails before request

File Changes

Patch Links:

  • https://github.com/divanov11/proshop_django/pull/10.patch
  • https://github.com/divanov11/proshop_django/pull/10.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/divanov11/proshop_django/pull/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNBYSOZLIEVR7WJ325INH3TNTRWHANCNFSM444CCZXQ .

mrcaption49 avatar May 14 '21 09:05 mrcaption49

@mrcaption49 These three changes fixed the bug :) hopefully it will work on yours too

shjeong92 avatar May 14 '21 09:05 shjeong92