Skip to content

Sandbox cannot have key property anymore in CxTS #1278

@ognjenst

Description

@ognjenst

In the documentation, we have

    /** Key used to identify the sandbox instance within the storage. */
    key?: StringProp;
    /** Alias for `key`. */
    accessKey?: StringProp;

However, this is no longer working without the transformer, as React does not support the key property. Sandbox should not allow the key to be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions