\r\n\t\t\u003C/div>\r\n\t\u003C/div>\r\n\u003C/template>\r\n```\r\n\r\nError:\r\n\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2033,2034,2035],{"name":1999,"color":2000},{"name":2013,"color":2014},{"name":2036,"color":2037},"needs reproduction","FBCA04",15458,"Hydration completed but contains mismatches.","2023-01-19T17:50:47Z","https://github.com/nuxt/nuxt/issues/15458",0.6198946,{"description":2044,"labels":2045,"number":2051,"owner":1985,"repository":1985,"state":1986,"title":2052,"updated_at":2053,"url":2054,"score":2055},"### Environment\r\n\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.19.0`\r\n- Nuxt Version: `3.1.2`\r\n- Nitro Version: `2.1.1`\r\n- Package Manager: `yarn@3.4.1`\r\n- Builder: `vite`\r\n- User Config: `modules`\r\n- Runtime Modules: `nuxt-icon@0.2.10`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-dgdjfn-hhmxav?file=pages%2Findex%2Fposts.vue,nuxt.config.ts,pages%2Findex.vue\r\n\r\n### Describe the bug\r\n- After upgrade to 3.1.2 from 3.0.0, any content change makes `hydration mismatch` error.\r\n\r\n### pages/index\r\n```vue\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n aaa\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript setup>\r\n\u003C/script>\r\n\r\n\u003Cstyle scoped>\r\n\u003C/style>\r\n```\r\n\r\n### Reproduction\r\n- Start nuxt\r\n- Open page `http://localhost:3000`\r\n- Change template content (e.g. \"aaa\" to \"bbb\")\r\n - (Any change of content makes Hydration node mismatch error)\r\n- Refresh page `http://localhost:3000`\r\n- See console.\r\n\r\n### Additional context\r\n\r\n\r\n\r\n\r\n### Logs\r\n\r\n_No response_",[2046,2047,2048],{"name":1999,"color":2000},{"name":2013,"color":2014},{"name":2049,"color":2050},"windows","C681FD",18764,"Any change of content makes hydration node/text content mismatch","2023-02-21T07:37:04Z","https://github.com/nuxt/nuxt/issues/18764",0.61999226,{"labels":2057,"number":2063,"owner":1985,"repository":1985,"state":1986,"title":2064,"updated_at":2065,"url":2066,"score":2067},[2058,2059,2060],{"name":1999,"color":2000},{"name":2002,"color":2003},{"name":2061,"color":2062},"nitro","bfd4f2",14504,"CF Workers: Hydration completed but contains mismatches. `entry.mjs`","2023-01-19T17:39:21Z","https://github.com/nuxt/nuxt/issues/14504",0.62170434,{"description":2069,"labels":2070,"number":2076,"owner":1985,"repository":1985,"state":1986,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Environment\r\n\r\n\"nuxt\": \"^3.9.0\"\r\n\r\n### Reproduction\r\n\r\nhttps://codesandbox.io/p/devbox/intelligent-kepler-lv49z8?file=%2Fapp.vue%3A11%2C36\r\n\r\nIt doesn't happen on stackblitz, but it happens locally and on codesandbox.\r\n\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\r\nimport { NuxtLink } from '#components';\r\n\r\nconst disabled = ref(false);\r\n\u003C/script>\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n \u003Ccomponent :is=\"NuxtLink\" :disabled=\"disabled\" href=\"https://www.google.com\">\r\n test\r\n \u003C/component>\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\n### Describe the bug\r\n\r\nIt looks like there's a problem with server-side rendering, it shouldn't render `disabled=\"\"`\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\n[Vue warn]: Hydration attribute mismatch on \u003Ca href=\"https://www.google.com\" rel=\"noopener noreferrer\"> t \u003C/a> \r\n - rendered on server: disabled=\"\"\r\n - expected on client: (not rendered)\r\n Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.\r\n You should fix the source of the mismatch. \r\n at \u003CNuxtLink disabled=false href=\"https://www.google.com\" > \r\n at \u003CApp key=3 > \r\n at \u003CNuxtRoot>\r\n```\r\n",[2071,2072,2073],{"name":1999,"color":2000},{"name":2013,"color":2014},{"name":2074,"color":2075},"upstream","E8A36D",25154,"Unexpected hydration attribute mismatch, with a ref bool attribute ","2024-01-14T14:16:36Z","https://github.com/nuxt/nuxt/issues/25154",0.6219407,{"description":2082,"labels":2083,"number":2086,"owner":1985,"repository":1985,"state":1986,"title":2087,"updated_at":2088,"url":2089,"score":2090},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.14.2\r\n- Nuxt Version: 3.4.2\r\n- Nitro Version: 2.3.3\r\n- Package Manager: npm@8.6.0\r\n- Builder: vite\r\n- User Config: meta, routeRules, runtimeConfig, pages, css, components, modules, content, i18n\r\n- Runtime Modules: @nuxt/content@2.6.0, @nuxtjs/i18n@8.0.0-beta.11\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nA minimal reproduction is not possible because it requires to update the repo to reproduce.\r\n\r\n### Describe the bug\r\n\r\nWhen developing, every time I make a change, the preview reloads showing a fake `[Vue warn]: Hydration text mismatch`\r\n\r\nIf I stop `nuxi dev`, delete the `/.nuxt` folder and restart `nuxi dev`, the warning disappears. Delete `/.nuxt` is not always necessary, but it is necessary to restart `nuxi dev`.\r\n\r\nWhat I'm actually doing is to ignore the warning and restart as described, before `git commit`, to make sure the warning is fake.\r\n\r\nIt seems to me that the Client is showing as rendering the previous version (before saving the change) and the Server the new one.\r\n\r\nIs this the expected behavior? If so, it's really inconvenient. \r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\n[Vue warn]: Hydration text mismatch:\r\n- Client: \"\u003COMITTED>\"\r\n- Server: \"blog\" \r\n at \u003CNuxtLink to=\"\u003COMITTED>\" > \r\n at \u003CMerchantProfile title=\"\u003COMITTED>\" description=\"\u003COMITTED>\" image=\"me.jpg\" ... > \r\n at \u003CBody> \r\n at \u003CHtml lang=\"en-US\" dir=\"ltr\" > \r\n at \u003CDefault > \r\n at \u003CLayoutLoader key=\"default\" name=\"default\" hasTransition=false > \r\n at \u003CFragmentWrapper > \r\n at \u003CNuxtLayout> \r\n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \r\n at \u003CRouteProvider key=\"/\" routeProps= {Component: {…}, route: {…}} pageKey=\"/\" ... > \r\n at \u003CFragmentWrapper > \r\n at \u003CRouterView name=undefined route=undefined > \r\n at \u003CNuxtPage> \r\n at \u003CApp key=3 > \r\n at \u003CNuxtRoot>\r\n```\r\n```\r\n",[2084,2085],{"name":1999,"color":2000},{"name":2013,"color":2014},20437,"Fake [Vue warn]: Hydration text mismatch with nuxi dev","2023-05-12T16:25:05Z","https://github.com/nuxt/nuxt/issues/20437",0.6235229,["Reactive",2092],{},["Set"],["ShallowReactive",2095],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"PE8pAO3N4Nx3WsgaP2RXmLh8DLzKemrcLmfmSMAzWzc":-1},"/nuxt/nuxt/12236"]