react-code-input
react-code-input copied to clipboard
Warning: Prop `id` did not match. Server: "6ea9fa4d-5095-404a-84a9-e39dcafd3778-0" Client: "470ee300-d990-4741-83a0-8adbb512eaba-0"
Hi i got this error while i was trying to use the input Field, it works fine but this error wont go away
framework - Next 12.1.6;
Pc- Window 64 bit
did you find any solution?
I fixed following code.
const ReactCodeInput = dynamic(() => import("react-code-input"), { ssr: false });