Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add method for replacing messages of Message component
By first clearing messages with setState and then provide a callback to set new messages we ensure that the state has been updated before we try to add new messages that are to replace existing ones. Fixes primefaces#930
- Loading branch information