This commit is contained in:
2026-03-27 17:28:19 +09:00
parent 4dc1c112e6
commit 1feb1a40be
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import React from 'react'
import './StackSection.css'
const StackSection = () => {
return (

View File

@@ -40,7 +40,7 @@ export function TypingSpan({
useEffect(() => {
const phrase = phrases[phraseIndex];
let timeout: NodeJS.Timeout;
let timeout: ReturnType<typeof setTimeout>;
if (!isDeleting && text.length < phrase.length) {
timeout = setTimeout(() => {