marcoroth / turbo_power-rails

Power-pack for Turbo Streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with Turbo 8

nikolaokonesh opened this issue · comments

Does it work correctly with Turbo 8 ?
Can it be used with Turbo 8? what problems?

Hey @nikolaokonesh, it should work fine with Turbo 8. I'm running it in production with a few apps already. Are you seeing any issues?

@marcoroth Hello! Example, When updating a page using morphing, scrolling is reused. How to avoid this behavior?
I use this
turbo_stream.scroll_into_view(**attributes)