We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue is depended on PR #2
When a category has 0 sub categories that loading does not stop even after server's response.
This logic is not enough to decide Loading Component should be rendered or not. Fails when isExpanded is true and category has 0 sub categories.
isExpanded
impact-search/src/components/CategoryTree.tsx
Line 104 in a3cd7c1
redux
useReducer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Issue is depended on PR #2
When a category has 0 sub categories that loading does not stop even after server's response.
This logic is not enough to decide Loading Component should be rendered or not.
Fails when
isExpanded
is true and category has 0 sub categories.impact-search/src/components/CategoryTree.tsx
Line 104 in a3cd7c1
Possible Solutions
redux
oruseReducer
for creating action based state for main tree data structure and adding loading state in every category node.The text was updated successfully, but these errors were encountered: