Stanislav Lashmanov

Results 75 comments of Stanislav Lashmanov

That actually should solve the problem, thank you! 👌

@posva how did you reproduce? I [forked](https://codesandbox.io/p/devbox/amazing-kare-r3628k?workspaceId=ws_6jrN29bvMLkLzcCU4AVAma) the codesandbox to use Vue 3 + latest Pinia. Issue is still there. https://github.com/user-attachments/assets/f35353fb-897c-41f2-829f-2ee1e971605b

This fixed the issue for me: - `wsl -d docker-desktop` - `echo -e "\nvm.max_map_count = 262144\n" >> /etc/sysctl.d/00-alpine.conf`

I am strongly relying on hydration detection and forced rehydration mechanism up to this day in Vue 2. The implementation doesn't really matter that much to me, its more important...

@sapphi-red > * Does the error currently shown as `ERR_HTTP2_PROTOCOL_ERROR` instead of `ERR_FAILED`? No, it's still `net::ERR_FAILED`. > * Does it happen if you set `server.proxy: {}`? Doesn't matter. It...