I am using Vue3 and each time I start the app or refresh the page or run any method , there is a console message from backend.js and the console is an object :
backend.js:2551 {uid: 0, vnode: {…}, type: {…}, parent: null, appContext: {…}, …}
it is very annoying, and I could not able to remove it.
backend.js console message on line no 2551.
