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: 1022 Fix color by category bug #1023

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Conversation

tihuan
Copy link
Contributor

@tihuan tihuan commented Jul 5, 2024

fixes #1022

Source of bug:

#977 (comment)

@@ -313,6 +311,7 @@ class Category extends React.PureComponent<CategoryProps> {
<Async.Fulfilled persist>
{(asyncProps: CategoryAsyncProps) => {
const {
colorAccessor,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tihuan tihuan merged commit ba46be0 into main Jul 5, 2024
19 checks passed
@tihuan tihuan deleted the thuang-fix-color-by-category branch July 5, 2024 21:15
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.

bug(P0): Explorer Page Goes Blank When Color By Filters Are Changed
2 participants