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(#2285): fix infinite DRep list loading #2286

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

MSzalowski
Copy link
Contributor

List of changes

  • fix infinite DRep list loading

Checklist

  • related issue
  • My changes generate no new warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the changelog
  • I have added tests that prove my fix is effective or that my feature works

@MSzalowski MSzalowski linked an issue Oct 31, 2024 that may be closed by this pull request
Copy link

✅ All checks succeeded

2 similar comments
Copy link

✅ All checks succeeded

Copy link

✅ All checks succeeded

@MSzalowski MSzalowski requested a review from placek October 31, 2024 17:23
@MSzalowski MSzalowski merged commit 52f1f9a into develop Oct 31, 2024
9 checks passed
@MSzalowski MSzalowski deleted the fix/drep-list-stack-on-loading branch October 31, 2024 17:30
Copy link

@MSzalowski
This PR is in the tag: develop-52f1f9ab0a5de2d9cf33eb75417a9d24379767db , for govtool-frontend service

Copy link

@MSzalowski
This PR is in the tag: develop-52f1f9ab0a5de2d9cf33eb75417a9d24379767db , for govtool-metadata-validation service

@@ -116,7 +118,7 @@ const DataActionsBarProvider: FC<ProviderProps> = ({ children }) => {
);

return (
<DataActionsBarContext.Provider value={contextValue}>
<DataActionsBarContext.Provider value={contextValue} key={pathname}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it necessary after all?

Copy link

@MSzalowski
This PR is in the tag: develop-52f1f9ab0a5de2d9cf33eb75417a9d24379767db , for govtool-backend service

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.

🐛 DRep List stuck on loading
3 participants