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
At ChatInput docsonKeyDown seems to have been confused with the layout property. The type of it appears to be an event handler function just like onChange, not a string.
At ChatBubble docs the first example is missing the actionIcons definition but it's present in the next example.
I will update the issue if I find more. Thanks for your hard work, your components are really really cool!
The text was updated successfully, but these errors were encountered:
At
ChatInput
docsonKeyDown
seems to have been confused with thelayout
property. The type of it appears to be an event handler function just likeonChange
, not astring
.At
ChatBubble
docs the first example is missing theactionIcons
definition but it's present in the next example.I will update the issue if I find more. Thanks for your hard work, your components are really really cool!
The text was updated successfully, but these errors were encountered: