Super Snager
Super Snager
Sometimes you may want to remove propTypes for production build, but sometimes not. For example when your library is imported in storybook, you want not to remove propTypes, because storybook...
https://github.com/chatscope/chat-ui-kit-react/issues/22#issuecomment-815653617
Hi, UUID type is used very often in json (json-rpc etc), so i think that it will be good to have formater for UUID as standard method in DefaultJsonProtocol. I...
Sometimes we need to set the properties of the inner contenteditale div in MessageInput. For example to set tabIndex, aria-* attributes, or get a reference to manipulate the content directly....
The following code tested in the playgroud https://react-docgen.dev/playground ```typescript interface Props { /** * The name to greet * * @defaultValue 'something' */ name: string; } /** * Hello world...
Prepare documentation. If you are interested in this library and need more documentation, please let me know by adding one of the positive reactions (+1, Heart, Rocket) to this issue...