Conversation
|
🔴 Meticulous spotted visual differences in 2 of 256 screens tested: view and approve differences detected. Meticulous evaluated ~5 hours of user flows against your PR. Last updated for commit |
| [setRawCurPathArrow] | ||
| ); | ||
| const [colorStackLegend] = useQueryState('color_stack_legend', stringParam); | ||
| const [colorBy, setStoreColorBy] = useQueryState('color_by', colorByParser); |
There was a problem hiding this comment.
Looks like colorByParser here hardcodes a default of 'binary', but the old code used the stored user preference as the default.
This means users who change their “Color by” setting will have it reset on every fresh page load and i think Meticulous maybe caught this change too.
There was a problem hiding this comment.
Oh yeah, I made binary the default, didn't realise it is part of the user preferences. Thanks for catching this! 🙏🏼
No description provided.