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: always render provider children #459

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

SgtPooki
Copy link
Member

No description provided.

@SgtPooki SgtPooki requested a review from a team as a code owner October 31, 2024 17:50
Copy link
Member Author

@SgtPooki SgtPooki left a comment

Choose a reason for hiding this comment

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

self review. note this PR also fixes loader color style

return (
<ExploreContext.Provider value={{ exploreState, explorePathPrefix, isLoading, doExploreLink, doExploreUserProvidedPath, doUploadUserProvidedCar, setExplorePath }} key={path}>
<ExploreContext.Provider value={{ exploreState, explorePathPrefix, isLoading, doExploreLink, doExploreUserProvidedPath, doUploadUserProvidedCar, setExplorePath }}>
Copy link
Member Author

Choose a reason for hiding this comment

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

having the key here was causing a double flash when clicking around.. I originally added it because webui wasn't getting updates.. but the setExplorePath resolves that I believe.

@SgtPooki SgtPooki merged commit c0ae357 into master Oct 31, 2024
16 checks passed
@SgtPooki SgtPooki deleted the fix/always-render-provider-children branch October 31, 2024 17:54
github-actions bot pushed a commit that referenced this pull request Oct 31, 2024
## [8.0.5](v8.0.4...v8.0.5) (2024-10-31)

### Bug Fixes

* always render provider children ([#459](#459)) ([c0ae357](c0ae357))
Copy link
Contributor

🎉 This PR is included in version 8.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant