Creating this issue to track. Bug likely somewhere in [`mouseMoveListener`](https://github.com/materialsproject/mp-react-components/blob/26090ac17526d92666975acf7b63544c8b306d04/src/components/crystal-toolkit/scene/Scene.ts#L123-L144). Anecdotally, seems to occur more often with larger scenes / smaller viewports, or rapid mouse movements. Resolutions could be: * Fixing underlying bug, e.g. ensuring all objects returned to original color when hover interaction concluded. * Simply removing the change in color, e.g. [this line](https://github.com/materialsproject/mp-react-components/blob/26090ac17526d92666975acf7b63544c8b306d04/src/components/crystal-toolkit/scene/tooltip-helper.ts#L25). Suggestion to review Three.js docs for recommended way to implement this feature.