Skip to content

Commit d5ef8e7

Browse files
committed
add missing name to mesh
1 parent 0789d66 commit d5ef8e7

File tree

1 file changed

+1
-0
lines changed
  • packages/shadergradient-v2/src/ShaderGradient/Mesh

1 file changed

+1
-0
lines changed

packages/shadergradient-v2/src/ShaderGradient/Mesh/Mesh.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function Mesh({
2525
}: MeshT): JSX.Element {
2626
return (
2727
<mesh
28+
name='shadergradient-mesh'
2829
position={[positionX, positionY, positionZ]}
2930
rotation={[rotationX, rotationY, rotationZ]}
3031
>

0 commit comments

Comments
 (0)