-
Notifications
You must be signed in to change notification settings - Fork 435
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
data-turbo-permanent
turns into <meta name="turbo-permanent-placeholder" ...>
#713
Comments
cc @seanpdoyle |
@seb-jean thank you for opening this issue. Are you able to reproduce this behavior with https://github.com/hotwired/turbo/releases/tag/v7.2.0-rc.2? |
@seanpdoyle, with v7.2.0-rc.2, it came back as before. |
Thank you for your response. Should we close this issue, or is it still exhibiting unexpected behavior? |
Close issue ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using turbo v7.2.0-rc.1.
When I click on an element with
data-turbo-permanent
, it becomes<meta name="turbo-permanent-placeholder" ...>
and its content is gone.The text was updated successfully, but these errors were encountered: