glideapps / glideapps/autotune
Visible experiment options with Turbolinks.js
Open
bug
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Given the following setup:
```js
import Turbolinks from 'turbolinks';
Turbolinks.start();
```
```html
option 1
option 2
Go
```
Steps:
1. Initial page load, _option 1_ is shown
2. Click on an internal link and visit page (via turbolinks)
3. Click on the initial page link, **both** _option 1_ and _option 2_ are visible
Would love to hear some thoughts on how to solve this!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.