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
When I delete a record, turbo_stream.remove(@customer) delete the row from the table displayed by the index action of the customers_controller. After that, if I go to the show action of a record and click on the browser back, the table is displayed without the removal that was done with turbo_stream.remove.
This error only occurs when I am using Hotwire Spark.
Rails 8.0.1 application starting in development
Run bin/rails server --help for more startup options
Puma starting in single mode...
Note that the table rows are removed after deleting the records
Click in the eye to open show action from same record
Back using browser button
The records that were previously removed using turbo_stream.remove from the table present in the index action will appear again after clicking on the browser back button
If you disable the hotwire-spark gem, the error disappears
Good morning, everyone!!!
When I delete a record, turbo_stream.remove(@customer) delete the row from the table displayed by the index action of the customers_controller. After that, if I go to the show action of a record and click on the browser back, the table is displayed without the removal that was done with turbo_stream.remove.
This error only occurs when I am using Hotwire Spark.
bin/rails server --helpfor more startup optionsPuma starting in single mode...
Steps:
WhatsApp.Video.2025-02-20.at.08.12.09.mp4