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
Copy file name to clipboardExpand all lines: docs/additional-reading/turbolinks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ TURBO: reactOnRailsPageLoaded
99
99
```
100
100
101
101
## Unmount event
102
-
By default Turbolinks 5 will handle `turbolinks:before-visit` event. If you use the same component on different pages this can cause the temporary disappearance of component during page load and even moving parts of the page. To fix this issue switch unmount event to `turbolinks:before-render`.
102
+
By default Turbolinks 5 will handle `turbolinks:before-visit` event for unmounting rendered components before visiting next page. If you use the same component on different pages this can cause the temporary disappearance of component during page load and even moving the parts of the page. To fix this issue switch unmount event to `turbolinks:before-render`.
0 commit comments