typescript · typescript/TS2540
TS2540
Cannot Assign to Read-Only Property
An assignment targets a property that is marked `readonly`. Remove the `readonly` modifier or use a different approach such as object spreading to create a modified copy.
An assignment targets a property that is marked `readonly`. Remove the `readonly` modifier or use a different approach such as object spreading to create a modified copy.