From 66efaa9d34666d2e13d67ed720ed49e8b344c180 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo Date: Mon, 22 Apr 2024 10:52:05 +0300 Subject: [PATCH] Fix#6439 --- components/lib/inputotp/InputOtp.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/lib/inputotp/InputOtp.js b/components/lib/inputotp/InputOtp.js index 1fe5730ea4..ecbe713011 100644 --- a/components/lib/inputotp/InputOtp.js +++ b/components/lib/inputotp/InputOtp.js @@ -202,3 +202,5 @@ export const InputOtp = React.memo( return
{createInputElements(props.length)}
; }) ); + +InputOtp.displayName = 'InputOtp';