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
Signals need to be properly serialized, send, and displayed in the extension panel.
The serialization should consider two different situations:
serializing only a small value "preview" — if it's a literal value, send the whole thing, but complex objects could just be displayed as Object or Array or Map.
serializing the whole object—when user wants to extend the value and see nested properties.
Serialization should contain the type of the value.
The text was updated successfully, but these errors were encountered:
Signals need to be properly serialized, send, and displayed in the extension panel.
The serialization should consider two different situations:
Serialization should contain the type of the value.
The text was updated successfully, but these errors were encountered: