[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug.
Vue version
3.3.4
Link to minimal reproduction
https://new-issue.vuejs.org/?repo=vuejs/core
Steps to reproduce
<mtd-input v-model="searchKey" :style="width: 300px; visibility: ${showSearch ? 'visible' : 'hidden'}" :placeholder="searchPlaceholder" clearable suffix-icon="mtdicon mtdicon-search" @enter="onSearch" />
What is expected?
render correctly.
What is actually happening?
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core at <MtdInput modelValue="" onUpdate:modelValue=fn style="width: 300px; visibility: visible" ... >
System Info
No response
Any additional comments?
No response