-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
component: text fieldThis is the name of the generic UI component, not the React module!This is the name of the generic UI component, not the React module!docsImprovements or additions to the documentationImprovements or additions to the documentationexternal dependencyBlocked by external dependency, we can’t do anything about itBlocked by external dependency, we can’t do anything about itnextjspackage: utilsSpecific to the @mui/utils packageSpecific to the @mui/utils packagewaiting for 👍Waiting for upvotes. Open for community feedback and needs more interest to be worked on.Waiting for upvotes. Open for community feedback and needs more interest to be worked on.
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Steps to reproduce 🕹
Here is the repository to reproduce the problem: https://github.com/tippfelher/nextjs13-app-dir-mui-textfield
import TextField from '@mui/material/TextField';
export default function Home() {
return <TextField />;
}
Current behavior 😯
Warning: Prop id' did not match. Server: ": R219mcq:" Client: ": Ral6pj9:"
client and server generate random ids for the textfield which (obviously) never match and cause said error:
Expected behavior 🤔
Client and server generate the same id, and no warnings.
oliviertassinari, fujiyamaorange and pigoz
Metadata
Metadata
Assignees
Labels
component: text fieldThis is the name of the generic UI component, not the React module!This is the name of the generic UI component, not the React module!docsImprovements or additions to the documentationImprovements or additions to the documentationexternal dependencyBlocked by external dependency, we can’t do anything about itBlocked by external dependency, we can’t do anything about itnextjspackage: utilsSpecific to the @mui/utils packageSpecific to the @mui/utils packagewaiting for 👍Waiting for upvotes. Open for community feedback and needs more interest to be worked on.Waiting for upvotes. Open for community feedback and needs more interest to be worked on.