vuejs / core

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://vuejs.org/
MIT License
47.79k stars 8.35k forks source link

Setting ATTR_ENUMERATED_COERCION compat to false does not disable warning #12443

Open decademoon opened 5 days ago

decademoon commented 5 days ago

Vue version

3.5.13

Link to minimal reproduction

https://jsfiddle.net/6nqevc2y/

Steps to reproduce

Run the fiddle

What is expected?

No ATTR_ENUMERATED_COERCION warning should be logged to the console.

What is actually happening?

ATTR_ENUMERATED_COERCION warning is logged to the console.

System Info

No response

Any additional comments?

No response