Subscribe on changes!

[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug.

avatar
Nov 29th 2023

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

avatar
Nov 29th 2023

Please provide a runnable reproduction, which is required as explained in the issue form.

One thing i can tell you is that the style attribute is malformed.