Skip to content

Commit 03dfeff

Browse files
committed
chore: disable eslint warning for incompatible-library
1 parent 215a7b3 commit 03dfeff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/auth/otp/components/otp-form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function OtpForm({ className, ...props }: OtpFormProps) {
3939
defaultValues: { otp: '' },
4040
})
4141

42+
// eslint-disable-next-line react-hooks/incompatible-library
4243
const otp = form.watch('otp')
4344

4445
function onSubmit(data: z.infer<typeof formSchema>) {

0 commit comments

Comments
 (0)