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
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
The text was updated successfully, but these errors were encountered:
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
Environment
The text was updated successfully, but these errors were encountered: