in my complex vue-project I am getting this warning:
Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead.
Unfortunately I can not find the reason for this warning just by this message:
How can I track down the reason for this warning?
