Skip to content

Performance improvements (Node Instances) #336

Performance improvements (Node Instances)

Performance improvements (Node Instances) #336

Triggered via pull request August 6, 2025 14:26
Status Success
Total duration 1m 28s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: src/symbols/instances/text/InstancedSpriteText.tsx#L571
The ref value 'animationControllers.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'animationControllers.current' to a variable inside the effect, and use that variable in the cleanup function
build: src/GraphScene.tsx#L483
React Hook useMemo has an unnecessary dependency: 'theme'. Either exclude it or remove the dependency array