-
Notifications
You must be signed in to change notification settings - Fork 611
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: facet fails on geoshape #9292
base: main
Are you sure you want to change the base?
Conversation
Exciting! Thank you @ChiaLingWeng ! I added an example showing how this works with the code from #3729 (even if that case is more suitable to be used with Let's wait for someone else to have a chance to review the code. |
Thanks for the pull request. The fix looks a bit brittle to me as it assumes that the data in the component has a particular order. I don't think I want to merge this without a deeper analysis of the issue and why the fix is correct. Could you look a bit deeper into it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request. The fix looks a bit brittle to me as it assumes that the data in the component has a particular order. I don't think I want to merge this without a deeper analysis of the issue and why the fix is correct. Could you look a bit deeper into it?
#3729 has some analysis. Also, note how existing examples are changing in this pull request which definitely is a red flag. |
@ChiaLingWeng can you wrap up this pull request? |
Hi @domoritz, I'll try to close this, but feel free if you want to take it or provide any suggestion! |
Thanks for working on wrapping this up. Can you try to make the tests run on your fork? |
This will close #3729.
Through this fix can solve current problem, I'm not sure if this is where the issue lies.
Let me know if there's any suggestion.