Open
Description
Describe the bug
When I am on the slides overview page and click the range input in the ClicksSlider.vue component, an error is triggered: [Vue warn] Write operation failed: computed value is readonly. This prevents modification of clicksContext.current, making it impossible to switch the click step.
Minimal reproduction
- Go to the slides overview page.
- Click on the range input in the ClicksSlider.vue component.
- Observe the console for the error: [Vue warn] Write operation failed: computed value is readonly.
- See that the click step cannot be switched due to the inability to update clicksContext.current.
Environment
- Slidev version: 51.4.0
- Browser: chrome
- OS: windows 10