There are various data types that can’t be edited in the editor even with an @editable tag. I haven’t been able to edit tuples, or any container type containing another container (2D arrays, map of arrays, etc). Is this intentional or a bug?
Still curious if this is intentional or not, otherwise I will report it.
Hey there! As of right now, tuples are not supported as @editable types
Yeah, we’ve not gotten the UI in a state where it’s guaranteed to work for all kinds of complex types, so we’re sticking with an allowlist for what is known to work for now. We’ll be adding in more types over time.