Explorar o código

chore: disable eslint warning for incompatible-library

satnaing hai 8 meses
pai
achega
03dfeff43d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/features/auth/otp/components/otp-form.tsx

+ 1 - 0
src/features/auth/otp/components/otp-form.tsx

@@ -39,6 +39,7 @@ export function OtpForm({ className, ...props }: OtpFormProps) {
     defaultValues: { otp: '' },
   })
 
+  // eslint-disable-next-line react-hooks/incompatible-library
   const otp = form.watch('otp')
 
   function onSubmit(data: z.infer<typeof formSchema>) {