diff --git a/src/components/ui/Loader.tsx b/src/components/ui/Loader.tsx index 7197222..52d4a09 100644 --- a/src/components/ui/Loader.tsx +++ b/src/components/ui/Loader.tsx @@ -40,7 +40,6 @@ export const Loader = ({ minDuration = 750, fadeMs = 600 }) => { (styles, show) => show && (
- {/* @ts-expect-error children not typed bug */} { overflow: "hidden", }} > - {/* @ts-expect-error children not typed bug */} - {/* @ts-expect-error children not typed bug */} {barStyles.width.to((w) => { const p = parseInt(w) || 0; diff --git a/src/components/ui/MobileMenu.tsx b/src/components/ui/MobileMenu.tsx index 324fcf9..6d45e89 100644 --- a/src/components/ui/MobileMenu.tsx +++ b/src/components/ui/MobileMenu.tsx @@ -82,7 +82,6 @@ export const MobileMenu = ({ className="stroke-[0.75] stroke-black" /> - {/* @ts-expect-error children not typed bug */} `translateX(${x}%)`),