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
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[Turbo] Add generic `<Turbo:Stream>` component
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Issues | #2298 (comment)
| License | MIT
I added a generic Turbo Stream component. To use it, you can do this:
```twig
<twig:Turbo:Stream action="turbo_frame_reload" targets="#count-post" />
```
The rendering is:
```twig
<turbo-stream action="turbo_frame_reload" targets="#count-post"></turbo-stream>
```
Commits
-------
f0ab499 [Turbo] Add generic `<Turbo:Stream>` component
0 commit comments