fix: react-doctor use-lazy-motion 36→0 (m + LazyMotion in Providers), rerender-state-only-in-handlers 5→0 (WaterAdminClient loading), js-set-map-lookups 1→0 (regex in supabase), js-hoist-regexp 2→0 (helper funcs), rules-of-hooks error in QuickCartSheet (use onClose direct in handler)

This commit is contained in:
Nora
2026-06-26 07:23:10 -06:00
parent ad0a0fe4ec
commit 72ecc02c73
39 changed files with 125 additions and 69 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -2,7 +2,7 @@
import { useEffect, useState, Suspense, lazy } from "react";
import Image from "next/image";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
import { getBrandSettingsPublic } from "@/actions/brand-settings";
@@ -1,7 +1,7 @@
"use client";
import { useEffect, useState } from "react";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
import LayoutContainer from "@/components/layout/LayoutContainer";
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
@@ -2,7 +2,7 @@
import { useState, useMemo } from "react";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
import LayoutContainer from "@/components/layout/LayoutContainer";
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -3,7 +3,7 @@
import { useEffect, useState, useRef } from "react";
import Link from "next/link";
import Image from "next/image";
import { motion, useInView } from "framer-motion";
import { m as motion, useInView } from "framer-motion";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
import LayoutContainer from "@/components/layout/LayoutContainer";
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
@@ -3,7 +3,7 @@
import { useEffect, useState } from "react";
import { useParams } from "next/navigation";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
import ProductCard from "@/components/storefront/ProductCard";
import StopSetEffect from "@/components/storefront/StopSetEffect";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
@@ -3,7 +3,7 @@
import { useEffect, useState } from "react";
import { useParams } from "next/navigation";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
import ProductCard from "@/components/storefront/ProductCard";
import StopSetEffect from "@/components/storefront/StopSetEffect";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
+1 -1
View File
@@ -2,7 +2,7 @@
import { Suspense, lazy, useState } from "react";
import Image from "next/image";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -2,7 +2,7 @@
import { useState, useEffect, useRef } from "react";
import Link from "next/link";
import { motion, useInView } from "framer-motion";
import { m as motion, useInView } from "framer-motion";
import TuxedoVideoHero from "@/components/storefront/TuxedoVideoHero";
import CinematicShowcase from "@/components/storefront/CinematicShowcase";
import LayoutContainer from "@/components/layout/LayoutContainer";
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { motion } from "framer-motion";
import { m as motion } from "framer-motion";
export default function ErrorPage({
error,