If you use server-side React rendering, normally there is a warning when the server and the client render different content, if you set suppressHydrationWarning to true, React will not warn you about mismatches in the attributes and the content of that element. .