-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
needs: clarificationThe issue does not contain enough information for the team to determine if it is a real bugThe issue does not contain enough information for the team to determine if it is a real bug
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
when using MatSort with signals the sorting works only in development. If you move everything to production and host it on IIS the sorting no longer works
Reproduction
StackBlitz link: https://stackblitz.com/edit/39hv8b6m
Steps to reproduce:
- take standard sorting example
- change a column type to signal
- perform sorting on column
- works
- deploy to IIS with production
- perform sorting
- fails to sort
Expected Behavior
Sorting should work with signal values regardless if they system is in development or it is in production and hosted on IIS
Actual Behavior
The sorting does not work when in production and hosted on IIS.
Environment
- Angular: 20.1
- CDK/Material: 20.1
- Browser(s): Chrome, Firefox
- Operating System: Windows
Metadata
Metadata
Assignees
Labels
needs: clarificationThe issue does not contain enough information for the team to determine if it is a real bugThe issue does not contain enough information for the team to determine if it is a real bug