viclafouch / mui-file-input

A file input designed for the React library MUI
https://viclafouch.github.io/mui-file-input/
MIT License
77 stars 17 forks source link

Warning: Prop `id` did not match. Server: ":R15aljt6jdacq:" Client: ":R4lamfkqdl9j9:" #30

Closed fsmuzawar closed 1 year ago

fsmuzawar commented 1 year ago

Hello,

when i try to render the component using the "use client" directive, the console throws below warning.

Warning: Propiddid not match. Server: ":R15aljt6jdacq:" Client: ":R4lamfkqdl9j9:"

i am using Next JS 13.4.11 & MUI-file-input package 2.0.6 image

viclafouch commented 1 year ago

This is a bug in Next.js: https://github.com/vercel/next.js/issues/48284.

See also : https://github.com/mui/material-ui/issues/38103