#Incorrect type of ModalSubmitFields.fields

4 messages · Page 1 of 1 (latest)

bitter roost
#

This property is typed as Collection<string, TextInputComponent>, however, the value is actually just an object that doesn't have the properties of the TextInputComponent class. I don't know what the idea was but I believe either the types should be changed to represent this object or the code should be changed to actually create a class of this type

graceful vale
bitter roost
#

yes that is what I said

graceful vale
#

I know, I'm just pointing to where it's used in code