errors.fyi community error code reference
TS2540
typescript

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.

References

โ† all namespaces for TS2540