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

Fix Issue #12: Incorrect Loading State #13

Closed
wants to merge 2 commits into from
Closed

Fix Issue #12: Incorrect Loading State #13

wants to merge 2 commits into from

Conversation

jilio
Copy link

@jilio jilio commented May 13, 2023

tldr: Fix for #12

In the latest release v0.1.0 loading state was being set to false in the following line:

...notLoading,

This behavior contradicts the previous setup, where the loading state was set to true:

loading: true,

which led to an incorrect loading state as described here: #12

This pull request rectifies this issue, ensuring that the loading state functions as intended.

@jilio jilio changed the title fix: Fetcher store returns proper loading state Fix Issue #12: Incorrect Loading State May 13, 2023
@jilio
Copy link
Author

jilio commented May 13, 2023

Apparently, my fix doesn't work 😅

@jilio jilio closed this May 13, 2023
@jilio jilio deleted the fix/loading-state branch May 13, 2023 10:07
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.

None yet

1 participant