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

When array data in response have more than one item - hiding is skipping in production #113

Closed
ldrv565 opened this issue Jul 11, 2021 · 1 comment

Comments

@ldrv565
Copy link

ldrv565 commented Jul 11, 2021

for example:
[{id: "ec3c3860-6ffd-462a-a20a-654855c2d694}]

in that case loading even will not be shown because it was 100ms

but if we will get
[{id: "ec3c3860-6ffd-462a-a20a-654855c2d694"}, {id: "dc8b2f52-b97d-4405-bdda-271869a87d90"}]
we will have loadingBar: {default: 1} forever

and for even next action it will just increment, but success action will be fired every time...

@ldrv565
Copy link
Author

ldrv565 commented Jul 12, 2021

I am sorry, that was our mistake, i didn't pull current master when saw problem in production)

@ldrv565 ldrv565 closed this as completed Jul 12, 2021
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

No branches or pull requests

1 participant