Skip to content

MapSchema string field undefined set error #143

Open
@NoahHahm

Description

@NoahHahm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions