Hello all,
Firefox v115.0 was released today and after updating I starting getting the following error:
Uncaught TypeError: The specifier “@hotwired/turbo-rails” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
I downgraded to v 114 and things started working again. This is in a decent size Rails 7 app so just to make sure I didn’t break anything I created a fresh Rails 7 app and it got the error as well.
I opened an issue on the turbo-rails repo [here](https://github.com/hotwired/turbo-rails/issues/484)
Has anyone else noticed anything wonky after upgrading to FF 115?
Thanks everyone!