You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import "ruby_native/bridge" now resolves correctly for importmap-rails apps. Previously, the barrel import was pinned as ruby_native/bridge/index which required users to manually add the pin. The gem's importmap config now explicitly pins ruby_native/bridge to the index file.
Install generator now prints Advanced Mode setup instructions (pinning @hotwired/hotwire-native-bridge and adding the import) so users aren't left guessing.