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 have a record that has a field that is an array, and when I type record.arr-> I don't get any type suggestions.
The autocomplete dropdown appears for when I type record. and when I have an array directly like arr->.
This seems to repro for a new record type and instance of it.