Turbolinks fails with target = "_self"

Author: ClintonEnyinnaCreated Mar 9, 2021Updated Jul 13, 2021
Labelsbug

Describe the bug When the target of a link is set to self, target = "_self", turbolinks stops working on that link

Steps to reproduce the behavior:

  1. add target = "_self" to anchor tag.

Expected behavior Since "_self" is the default target for a link, I believe it should not trigger a full page reload.