We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported By PRO User;
We use the messages component in our project. Unfortunately the event typings are missing to handle
closing the message by click on the cross icon. We need a trigger when a message is closed. -> Messages.d.ts (MessagesProps) The source code contains the necessary events. onRemove: PropTypes.func, onClick: PropTypes.func Can you propagate this events
closing the message by click on the cross icon. We need a trigger when a message is closed.
-> Messages.d.ts (MessagesProps)
The source code contains the necessary events. onRemove: PropTypes.func, onClick: PropTypes.func
Can you propagate this events
The text was updated successfully, but these errors were encountered:
7b61252
mertsincan
No branches or pull requests
Reported By PRO User;
The text was updated successfully, but these errors were encountered: