Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ad-hoc visualization state becomes inconsistent after toggling e…
…xtension off and on (#7433) #### Details This PR adjusts the logic for setting extension initial state so that the toggles are always off (reflecting reality because the visualizations will never be active on extension start). ##### Motivation Addresses #6256 ##### Context #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [x] Addresses an existing issue: #6256 - [x] Ran `yarn fastpass` - [x] Added/updated relevant unit test(s) (and ran `yarn test`) - [x] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`. Co-authored-by: Madalyn Parker <[email protected]>
- Loading branch information