Hi there, I am working with the basic typescript remix app and have only edited the app.__index.tsx. In this process, I’ve noticed an increasing number (30+) of these messages pop up when I run the app in my dev store:
vendors-node_modules_dnd-kit_modifiers_dist_modifiers_esm_js-node_modules_dnd-kit_sortable_di-f7b9e9-89a3514d36f27c54.js:2 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://pos-channel.shopifyapps.com') does not match the recipient window's origin ('https://admin.shopify.com').
Does anyone know exactly what this is referencing and how to resolve the issue? It occasionally prevents the entire app from loading, but doesn’t seem to be connected to what I’m adding to the index file
Thanks!
Carrie