From d0bdede7c79e5102db41b73b0350056c49c67ace Mon Sep 17 00:00:00 2001 From: Valerii Sidorenko Date: Fri, 14 Jun 2024 18:34:50 +0200 Subject: [PATCH] fix(PinInput): add use client (#1646) --- src/components/PinInput/PinInput.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PinInput/PinInput.tsx b/src/components/PinInput/PinInput.tsx index 8c8169e75..3fe0fee87 100644 --- a/src/components/PinInput/PinInput.tsx +++ b/src/components/PinInput/PinInput.tsx @@ -1,3 +1,5 @@ +'use client'; + import React from 'react'; import {KeyCode} from '../../constants';