-
Good morning,
we don't know exactly why turbo stopped working in production, when I click on a link it shows the turbo progress bar but redirects to the page and updates it completely. we already tri…
-
**Issue:** After upgrading to Turbo 8 the Rack Mini Profiler badge no longer displays after a Turbo Drive action with Rack::MiniProfiler.config.enable_hotwire_turbo_drive_support = true. If I revert b…
-
Hi.
I have filter form where i fetch turbo stream responses and push state updates with
```javascript
Turbo.navigator.history.push(filterUrl)
```
Following flow is broken:
1. `/` page loaded.
2…
-
### Symfony version(s) affected
7.1.3
### Description
The CSP is handled by the NelmioSecurityBundle.
When navigating using UX Turbo Drive the WDT does not show up and these errors arise:
`…
-
We have a Turbolinks Rails application that we are looking to upgrade to Turbo. There are a couple of places in this application where we stop Turbolinks to subsequent Turbolinks navigation because ot…
-
Hello there.
Recently, while implementing I18n localization, I found out something that seems pretty strange to me.
To switch between locales, I use `url_for(request.params.merge(locale: I…
-
Hey there,
I'm hitting an issue similar to #136 just now. I am opening this new issue to discuss.
I am using symfony-ux, which integrates with Turbo.
Turbo Drive manipulates the DOM and inser…
-
概要は https://github.com/everyleaf/hotwire_ja/issues/55 を参考にしてください。
-
i have read about how Turbo Drive handles caching from the [docs](https://turbo.hotwired.dev/handbook/building) and understand that when caching is enabled (by default), Turbo will load a cached versi…
-
Hello,
I tested to implement useTransition with Turbo drive (SPA naviguation).
And it doesn't disconnect properly:
```JS
import { Controller } from '@hotwired/stimulus';
import { useTransiti…