You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue where setting a state to undefined (via TS SDK) causes the state to become uneditable through the Admin API.
awaitctx.set("undefined",undefined);
The SDK does not raise any errors or warnings when setting the state to undefined, but this leads to unexpected behaviour where the state cannot be modified via the Admin API anymore.
The text was updated successfully, but these errors were encountered:
I encountered an issue where setting a state to
undefined
(via TS SDK) causes the state to become uneditable through the Admin API.The SDK does not raise any errors or warnings when setting the state to
undefined
, but this leads to unexpected behaviour where the state cannot be modified via the Admin API anymore.The text was updated successfully, but these errors were encountered: