Turbo frames not working

Hi,

For some reason I have some links that were causing some turbo frame tags to read their contents and it was all working nicely but now I just get this error on page load:

I’m not understanding what it means. Any help?

Uncaught DOMException: Failed to execute ‘define’ on ‘CustomElementRegistry’: the name “turbo-cable-stream-source” has already been used with this registry

It sounds like Turbo might be loaded twice and it’s trying to define an existing turbo custom element. Has anything recently changed in the way you initialize the library?