Getting the above error while getting the array of string from the drawingHistory.
on this line of code: this.historyUpdates.map(update => update.stringify()) ;
// Stringify the updates, which will return an Array<string>
const stringifiedUpdatesArray: Array<string> = this.historyUpdates.map(update => update.stringify());
Getting the above error while getting the array of string from the drawingHistory. on this line of code: this.historyUpdates.map(update => update.stringify()) ;