Skip to content

set doesn't exist on Map #6

Description

@roo12312

Hi, the set doesn't exist on the map

const docA = new LoroDoc();
const mapA = docA.getMap("map");

mapA.set("a", 1);

Currently I can see only

    insert(key: string, value: Value): void;
mapA.insert("a", 1);

also

mapA.get("a");

doesn't return the value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions