The svgRef was created but never passed to the sub-component SVG elements, meaning it would always be null when the animation hook tries to use it. Now passed via SvgProps interface.
The svgRef was created but never passed to the sub-component SVG elements, meaning it would always be null when the animation hook tries to use it. Now passed via SvgProps interface.