This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(viz): Avoid rerendering of VisualizationStepViews
Currently, the Visualization component is consuming several properties from the VisualizationStore, and this makes it more susceptible to store changes, causing rerendering of the VisualizationStepViews component, and this in turn generates a flickering in the step extensions. The fix is to add the 'shallow' function to the 'useVisualizationStore()' in order to only react to changes in the actual value of said properties. Relates to: #801
- Loading branch information