`Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.`,//chromiumbased
`NotFoundError: The object can not be found here.`,//safari
"Cannot read properties of null (reading 'parentNode')",
]
if(typeofwindow!=='undefined'){
//@ts-expect-errorusingarbitrarywindowkey
if(!window.__ncvue){
window.addEventListener('error',(event)=>{
if(messages.includes(event.message)){
event.preventDefault()
console.warn('Re-rendering layout because of https://github.com/vuejs/core/issues/5513')