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
dropdown_properties, column_static_dropdown, column_conditional_dropdowns are very loosely typed at the moment -- that typing can be improved, amongst other things by using PropTypes.objectOf which defined the structure of the object's properties but allows any property name.
dropdown_properties, column_static_dropdown, column_conditional_dropdowns are very loosely typed at the moment -- that typing can be improved, amongst other things by using PropTypes.objectOf which defined the structure of the object's properties but allows any property name.
This relates to #156, #143.