Skip to content

Instantly share code, notes, and snippets.

@kmmbvnr
Last active April 27, 2021 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmmbvnr/bbd155f16683506e440ab5f51dac380b to your computer and use it in GitHub Desktop.
Save kmmbvnr/bbd155f16683506e440ab5f51dac380b to your computer and use it in GitHub Desktop.
Advanced Turbolinks to @hotwire/turbo migration tricks
- Turbolinks.controller.disable();
+ Turbo.navigator.delegate.stop()
- Turbolinks.controller.currentVisit
+ Turbo.navigator.currentVisit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment