Skip to content

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

Open
@IllegalCreed

Description

@IllegalCreed

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions