Skip to content

Unable to use string keys for the proxy. #5

@dschissler

Description

@dschissler

I'm not able to build the proxy using string keys after it's already a deep object.

        data['$' + key] = value
        data[key] = value

Element implicitly has an any type because expression of type string can’t be used to index type DeepSignalObject<{}>. No index signature with a parameter of type string was found on type DeepSignalObject<{}>. (ts 7053)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions