katalyst / kpop

MIT License
5 stars 1 forks source link

KPOP is incompatible with turbo-rails 2 #36

Closed sfnelson closed 6 months ago

sfnelson commented 6 months ago

https://github.com/hotwired/turbo-rails/issues/580

Kpop relies on turbo-frame navigation promotion to integrate with browser history. turbo-rails v2 breaks this functionality by adding an empty header to frame responses, which causes the turbo head change detection to fail, preventing turbo from snapshotting head.

sfnelson commented 6 months ago

Compatibility workaround added in 3.1.0