DEV Community

Discussion on: How to migrate from webpacker to jsbundling-rails (esbuild)

Collapse
 
blarsamio profile image
Patricio

Hi! After migrating my project from webpacker to jsbundling through esbuild I keep getting this error on my console : Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "turbo-frame" has already been used with this registry... I believe Turbo is loading twice. Any clues on how to fix this?