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
Dictionary.keys returns a LazyMapCollection which is not automatically serialized for metadata. Converting the keys to an array via (Array(dictionary.keys)) should resolve the issue and allow the keys to be displayed properly.
Describe the bug
When sending the result of
Dictionary.keys
as metadata, it is not properly dispayed without converting to array.Steps to reproduce
Results in:
The text was updated successfully, but these errors were encountered: