-
Notifications
You must be signed in to change notification settings - Fork 331
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
refresh
action is missing from Turbo::Streams::TagBuilder
#579
Comments
@jorgemanrubia is the |
Guys, explain to me why when I click on links I am taken to the top, “scroll: :preserve” does not work
worked well in --pre versions |
@nikolaokonesh your question does not seem related to this issue, and might be better suited as an Issue of its own. With that being said, are you confident that the |
@seanpdoyle I tried other options, it doesn't work. |
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
I've opened #595 to implement this. |
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
Closes [hotwired#579][] Extends the `turbo_stream` tag builder helper to create `<turbo-stream action="refresh">` elements through the pre-existing `turbo_stream_refresh_tag` method. [hotwired#579]: hotwired#579
Attempting to user
format.turbo_stream { render turbo_stream: turbo_stream.refresh('target') }
Raises a
NoMethodError
:undefined method
refresh' for an instance of Turbo::Streams::TagBuilder`I think the new
refresh
action needs to be added into the TagBuilder modelThe text was updated successfully, but these errors were encountered: