Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Cannot Modify Click Step Due to Readonly Computed Value in ClicksSlider.vue #2129

Open
IllegalCreed opened this issue Mar 24, 2025 · 0 comments

Comments

@IllegalCreed
Copy link

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

  1. Go to the slides overview page.
  2. Click on the range input in the ClicksSlider.vue component.
  3. Observe the console for the error: [Vue warn] Write operation failed: computed value is readonly.
  4. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant