Uncaught SyntaxError: Identifier 'tour' has already been declared
jabbett opened this issue · 0 comments
jabbett commented
In v2, I switched from "var" to "const" to define the tour object.
When you navigate between tour-enabled pages with Turbolinks, you'll get the JS error:
Uncaught SyntaxError: Identifier 'tour' has already been declared
We need to fix this for Turbolinks users.