Uncaught TypeError: Cannot read properties of undefined (reading 'dispatchEvent')

Clicking the button to add an item in my relation manager I've added to one of my resource pages yields the following error and button action does not complete:
VM26130:21 Uncaught TypeError: Cannot read properties of undefined (reading 'dispatchEvent')
    at eval (eval at safeAsyncFunction (livewire.js?id=cc800bf4:1176:21), <anonymous>:21:43)
    at livewire.js?id=cc800bf4:1521:9
    at releaseNextTicks (livewire.js?id=cc800bf4:1529:24)
    at livewire.js?id=cc800bf4:1516:9

Has anyone experienced this before? I am so stuck and I have tried all sorts of approaches to make this work. Thank you in advance for any input!
Was this page helpful?