fix: Repair Gate.tsx component to fix TypeScript build error
This commit is contained in:
@@ -33,9 +33,7 @@ function ParticleRing() {
|
||||
<bufferGeometry>
|
||||
<bufferAttribute
|
||||
attach="attributes-position"
|
||||
count={particleCount}
|
||||
array={positions}
|
||||
itemSize={3}
|
||||
args={[positions, 3]}
|
||||
/>
|
||||
</bufferGeometry>
|
||||
<pointsMaterial
|
||||
@@ -61,3 +59,4 @@ export default function Gate() {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user