-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
turbo_frame_tag with arrary argument regression #503
Comments
jcoyne
added a commit
to jcoyne/turbo-rails
that referenced
this issue
Oct 16, 2023
This fixes a regression in 1.5.0 Fixes hotwired#503
jcoyne
added a commit
to jcoyne/turbo-rails
that referenced
this issue
Oct 16, 2023
This fixes a regression in 1.5.0 Fixes hotwired#503
jcoyne
added a commit
to jcoyne/turbo-rails
that referenced
this issue
Oct 16, 2023
This fixes a regression in 1.5.0 Fixes hotwired#503
seanpdoyle
added a commit
to seanpdoyle/turbo-rails
that referenced
this issue
Oct 16, 2023
Closes [hotwired#503][] When the positional arguments to `turbo_frame_tag` respond are compatible with `dom_id` (they respond to `#to_key`), pass them to `dom_id`, otherwise, check them individually. This approach melds the behavior introduced in [hotwired#476][] with the original support. [hotwired#503]: hotwired#503 [hotwired#476]: hotwired#476
jcoyne
added a commit
to jcoyne/turbo-rails
that referenced
this issue
Oct 16, 2023
This fixes a regression in 1.5.0 Fixes hotwired#503
dhh
pushed a commit
that referenced
this issue
Oct 17, 2023
This fixes a regression in 1.5.0 Fixes #503
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With 1.4.0:
With 1.5.0:
It seems like #476 broke this behavior.
The text was updated successfully, but these errors were encountered: