Skip to content

Performance improvements (Node Instances) #334

Performance improvements (Node Instances)

Performance improvements (Node Instances) #334

Triggered via pull request August 6, 2025 13:43
Status Success
Total duration 1m 32s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: src/symbols/instances/text/InstancedSpriteText.tsx#L524
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