### Vue version 3.2.47 ### Link to minimal reproduction import { ref } from 'vue' const open = ref(false) const windowWith = ref('300px') Open Modal Hello from the modal! Close .modal{ width: v-bind(windowWith); } ### Steps to reproduce 提供的sfc组件渲染异常 ### What is expected? 正常渲染 ### What is actually happening? 解析css-v-bind时异常 TypeError: Cannot read properties of null (reading 'nodeType') at updateCssVars (runtime-core.esm-bundler.js:6608:22) ### System Info _No response_ ### Any additional comments? _No response_