Open
Description
An error occurs when inserting undefined into a string field in MapSchema.
There was no problem until 1.0.38, but after the latest update, a refId error occurred in the client;
If you simply insert undefined into the string field in the Schema Object when using MapSchema, an error occurs.
items: MapSchema<Expedition>;
class Expedition {
pet1: string;
}
expedition.pet1 = undefined;
items.set('test', expedition);
Metadata
Metadata
Assignees
Labels
No labels