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
That is not actually a double look up. The field returned from DynamicStyleProperty.getField is an IField. The fields passed into DynamicColorForm do not have a type defined but look like { label, name, origin, type }. This lookup is needed to pull the correct object from the fields array and the contents of the field array are not whats returned from DynamicStyleProperty.getField
Creating the
IDynamicStyleProperty
interface has highlighted some uglyness in the existing API. See #59707 (comment) for details.The text was updated successfully, but these errors were encountered: