Skip to content
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

Add a test that stream actions rendered into the HTML are executed #1263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

radanskoric
Copy link
Contributor

@radanskoric radanskoric commented May 24, 2024

Resolves: #1258
It's paired with: hotwired/turbo-site#192

As a consequence of the fundamental way in which Stream actions are implemented, they can also be executed by rendering them within any HTML that's included on the dom.

Since this is already being used as the feature in the community, adding this test will ensure this keeps working.

As a consequence of the fundamental way in which Stream actions are implemented,
they can also be executed by rendering them within any HTML that's included on
the dom.

Since this is already being used as the feature in the community, adding this
test will ensure this keeps working.
@radanskoric radanskoric force-pushed the test-stream-elements-inside-html branch from f25d5cd to 8dfce21 Compare July 23, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

The documentation does not mention that Stream Action tags can be rendered inside any HTML
1 participant