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
This is an issue in hotwire turbo, not in this package. See hotwired/turbo#920. They appear to have fixed the issue in v8, while Turbo-Flask uses 7.3.0 currently.
You can upgrade passing your version when you initialize the extension, for example:
Hi,
I am using external triggers in my flask application to trigger turbo.push(turbo.replace(xxx)) actions.
However when my client (chrome tab) is not in focus, it isn't processed and if left out of focus long enough, the backlog can crash the browser.
What is the strategy that people use for this?
Great extension - thanks!
The text was updated successfully, but these errors were encountered: