From 59f8809788d00ac808a232d172ad7ff44bb065ba Mon Sep 17 00:00:00 2001 From: Ahmed Al-Taiar Date: Wed, 10 Dec 2025 12:35:34 -0500 Subject: [PATCH] Remove unused directives --- src/components/ui/Loader.tsx | 3 --- src/components/ui/MobileMenu.tsx | 1 - 2 files changed, 4 deletions(-) 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}%)`),