You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the "react-otp-input" library with version "3.1.0" in Next.js "13.4.19" within a client component. I am encountering the following warning message: "Warning: Prop inputMode did not match. Server: "null" Client: "text"."
In "node_modules/react-otp-input/lib/index.js " file, the inputMode attribute is missing. However, it is present in "index.esm.js " and "index.cjs".
For example, when I import OtpInput as follows:
import OtpInput from 'react-otp-input/lib/index.esm.js'
The warning message disappears
Is this a bundling issue?
The text was updated successfully, but these errors were encountered:
Hello,
I am using the "react-otp-input" library with version "3.1.0" in Next.js "13.4.19" within a client component. I am encountering the following warning message: "Warning: Prop inputMode did not match. Server: "null" Client: "text"."
In "node_modules/react-otp-input/lib/index.js " file, the inputMode attribute is missing. However, it is present in "index.esm.js " and "index.cjs".
For example, when I import OtpInput as follows:
import OtpInput from 'react-otp-input/lib/index.esm.js'
The warning message disappears
Is this a bundling issue?
The text was updated successfully, but these errors were encountered: