Performance improvements (Node Instances) #336
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
|