SSR TypeError: Cannot set properties of null (setting 'nodeValue')
Vue version
3.3.4
Link to minimal reproduction
https://stackblitz.com/edit/github-zzpvbn-ycnt8k?file=server%2FMenu.tsx
Steps to reproduce
- click the button
- the error will throw in the console
What is expected?
no error and no warn
What is actually happening?
Uncaught (in promise) TypeError: Cannot set properties of null (setting 'nodeValue')
System Info
No response
Any additional comments?
No response
It seems to duplicate https://github.com/vuejs/core/issues/7215