Skip to content

Performance improvements (Node Instances) #333

Performance improvements (Node Instances)

Performance improvements (Node Instances) #333

Triggered via pull request August 6, 2025 11:55
Status Success
Total duration 1m 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: src/symbols/instances/text/InstancedSpriteText.tsx#L519
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#L488
React Hook useMemo has an unnecessary dependency: 'theme'. Either exclude it or remove the dependency array