Having a unique problem that I could easily replicate on stackblitz.
When using multiple mat sliders generated from a *ngFor loop with numbers as values, encountering an issue where moving the first slider affects all others. Subsequent drags only update the first slider and restrict movement after initial drag.
Puzzled by this unexpected behavior, manual rendering of matsliders works fine but dynamically rendering them with *ngFor is necessary for my current project.
Any assistance would be greatly appreciated. Working with Google Chrome, Angular 11, and Angular Material 11.2.12
Edit: Trying to change values using the "s" local variable results in error "Cannot use variable 's' as the left-hand side of an assignment expression. Template variables are read-only.". This does not occur on stackblitz, unsure why.