MessageSearch module missing onCloseClick ts declaration

hello everyone

Using uiKit 3 (updated from beta today)

MessageSearch component is missing the onCloseClick() ts declaration in MessageSearchProviderProps

<MessageSearch
onResultClick={handleResultClick}
onCloseClick={setSearchClose} (typescript show an error for this one)
channelUrl={channelUrl}
/>

/Cheers.
John

Hello @john34,

Thank you for the feedback. Let me inform the team and have them correct this in the next release.

Also the children props in "<. ChannelSettings. > "module is not optional in the typescript def

Cheers :smiley:

Should be fixed on 3.0.1, released jul 27th

1 Like