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 UI plugin race conditions #5523

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

WithoutPants
Copy link
Collaborator

Moved plugin loading code into plugins.tsx and changed so that the app does not render until the plugin javascript files are loaded and parsed. This should resolve the race condition described in #5124.

Resolves #5124

@WithoutPants WithoutPants added the bug Something isn't working label Dec 2, 2024
@WithoutPants WithoutPants added this to the Version 0.28.0 milestone Dec 2, 2024
@WithoutPants WithoutPants merged commit a0e09bb into stashapp:develop Dec 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race condition in registerRoute
1 participant