Robin

Results 220 comments of Robin

> @OrbisK @ilyaliao let's get this PR finished up. If I change the `update` method in the way I describe [here](https://github.com/vueuse/vueuse/pull/4674#issuecomment-2751858280), would you merge? If so, I'll get right on...

> It was working fine on the client before setting the option ssrWidth Only if the "screensize" on the server was the same. You should have hydration mismatches without `ssrWidth`,...

> Thanks for the quick reply [@OrbisK](https://github.com/OrbisK). > > The problem is not really the mismatches warnings. These get solved by adding the ssrWidth. The problem is that I am...

Thank you for your PR. I am not sure about the use cases. Could you please provide one?

https://play.vuejs.org/#eNp9kk9P4zAQxb/KrC8tUppol91L1aLdRUjAARAguFhCIZmmBse27ElaVPW7M3b4UxDiECme98bzm5dsxD/n8r5DMRWzUHnlCAJS5w6kUa2znmDjcZHBqqRquYWFty2M2D+SprImELShgTmwZzw6Rq0t3Fqv6x+jPWmkSV1jtmRjg6ubDKyub/bmBxtpAGK/1Zhr24w37/KWO+MzKwYeJuEDYet0SZhOADNlXEfQT1pbo55LwTOkgILlWbHjFZkY1pi0pcsfgjW8aJouX4QgxRRSJdZcScvJvbergF4tnqImxZLIhWlRVLXhK3ie6n1ukArj2uJTx984OFChTI1rdksRr97ySoxCgXdeqOYTSGVbpzT6c0eKM/kAVHKkq9NUI99h9lqvllg9flF/COsB+sIjE/UoxZtGpW+QBvno6gzX/P4mcpCdZvc34iXy9+oi42D735masXd8ifYk5apMcx2O1oQmvC4VQVMayS8F/0aH36z+jruf/95J8a5HH+/kAPfzP/nPX2L7DCj47nU= ![image](https://github.com/user-attachments/assets/5a38b714-33fd-4c05-b672-9b0785b8e41d) what am I missing?

Okay, I see your problem now. But I think there is an easy workaround for this: ```ts // vvv clone here watch(()=>({...msg.value}),(newV, oldV)=>{ console.log(newV, oldV) }, { deep: true })...

Okay. I think we can still improve your implementation a little: Proof of concept: https://playground.vueuse.org/?vueuse=13.3.0#eNqFU8tu2zAQ/JUFL7IBVT60J9c22gY5tIe2aIuceFGltaKEIgk+bBcC/71LUnIUIEjgi7kzw53ZpUb2Wevq5JFt2c42ptcOLDqvQdSy23PmLGcHLvtBK+NgBG/xRiiJLQQ4GjVA8YnUVN00ymCxYJ5r19yXYPB4pRKz+Mgll42S1oHDQYvaIewjazUSy/duC8XfWtKvKKE1vXykAt2FpoCwjuKjl43rlcwdspuVVd40WILSEbJ05ZjgH/m8hTGENYxcAuTmz+ASqqoyaF0g4XTFggrNHHn/NIBry6hLxoD+Om8mY6vVen/IwupUC0/MlcTzHXkU7R1hyUzuoQRWQnVLPIKhzFdNLqkWYp9l7nmGhO02eYG0LjrMAJ0Adr3U3sHp3aBaFHGtE1qlkXMG7p/GVL/Q6Q1N2soLmqTSBg/jCOPMDhDCbhOrydZm4YuV9Lwo/rHvqgerJL3BNBPOGjXoXqCZgnNG+8vT4qwWQp2/pZozNNW53txj8/hC/cFeYo2zn7QoNCfk7Iq52nRI5iN8+/t7CnIFKbcXxH4F/IW0Oh89ZtoXL1uyveAlt1/TN9HL7o+9vTiUdg4VjeZF59z0gdy8Ev3J7vvqQ9LRi2DhP1xzS/g= Like this we are much more flexible, and can reuse existing composalbes.

> Hello there, I have same issue, ik I need to fix it by myself but perhaps is there a way to debug it in production? I'm talking about hydration...

/cc @BobbieGoede Maybe this is relevant for you 😃

Work fine for me on Ubuntu: ------------------------------ - Operating System: Linux - Node Version: v20.19.2 - Nuxt Version: 3.17.5 - CLI Version: 3.25.1 - Nitro Version: 2.11.12 - Package Manager:...