From 5503bc33b47b187c7b6231784bc86cdff79e7d86 Mon Sep 17 00:00:00 2001 From: akash Date: Tue, 17 Mar 2026 18:20:46 +0530 Subject: [PATCH] warning updated --- src/components/careers/FaqVideoSection.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/careers/FaqVideoSection.tsx b/src/components/careers/FaqVideoSection.tsx index 97de915..405341d 100644 --- a/src/components/careers/FaqVideoSection.tsx +++ b/src/components/careers/FaqVideoSection.tsx @@ -104,7 +104,7 @@ const FaqVideoSection = () => { )} -
+
@@ -114,6 +114,7 @@ const FaqVideoSection = () => { placeholder="Full Name" value={formData.name} onChange={handleChange} + suppressHydrationWarning /> {formErrors.name && {formErrors.name}}
@@ -125,6 +126,7 @@ const FaqVideoSection = () => { placeholder="Email Address" value={formData.email} onChange={handleChange} + suppressHydrationWarning /> {formErrors.email && {formErrors.email}}
@@ -136,6 +138,7 @@ const FaqVideoSection = () => { placeholder="Phone Number" value={formData.phone} onChange={handleChange} + suppressHydrationWarning /> {formErrors.phone && {formErrors.phone}} @@ -146,6 +149,7 @@ const FaqVideoSection = () => { value={formData.service} onChange={handleChange} className="faq-select" + suppressHydrationWarning > @@ -165,6 +169,7 @@ const FaqVideoSection = () => { rows={5} value={formData.message} onChange={handleChange} + suppressHydrationWarning > {formErrors.message && {formErrors.message}}