import "@hotwired/turbo-rails" errors
zhugexinxin opened this issue · 1 comments
zhugexinxin commented
afcapel commented
@zhugexinxin from those errors it seems that you're importing an ESM module with a <script type="text/javascript">
tag. Can you check in the <head>
of your page, and see if changing it to <script type="module">
helps?