We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<template>
Currently the helper generates <turbo-stream> elements always with the <template> tag, we should just generate it when it's actually needed.
<turbo-stream>
For example, this call:
turbo_stream.reset_form("#form")
Currently generates:
<turbo-stream action="reset_form" targets="#form"><template></template></turbo-stream>
The text was updated successfully, but these errors were encountered:
turbo-ruby
Successfully merging a pull request may close this issue.
Currently the helper generates
<turbo-stream>
elements always with the<template>
tag, we should just generate it when it's actually needed.For example, this call:
Currently generates:
The text was updated successfully, but these errors were encountered: