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.
In the documentation, we have
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.