-
Notifications
You must be signed in to change notification settings - Fork 8
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
Hotwire support #45
Comments
hey @hecksadecimal can you please set up a tiny minimal reproduction repository where I can test it out and see exactly what happens? |
Certainly, I'll reply back soon with a repo you can clone. |
This repo contains a minimal implementation of turbo broadcasts and showcases some odd behaviour from marksmith. |
Awesome! Thanks @hecksadecimal. |
I'm making a chat app, and I make use of turbo frames to handle in-place editing of messages.
Marksmith doesn't appear to be compatible with this approach out of the box, and I haven't seen any instructions on how to handle this particular usecase.
When I load a form with a marksmith field through a turbo broadcast, it fails to preview.
The text was updated successfully, but these errors were encountered: