Yerlan

Results 3 comments of Yerlan

The solution in this blogpost fixed the issue for me https://clagnut.com/blog/2423

I came up on creating my custom **useAlert** hook with **showAlert** method which similarly takes message and type as arguments. And if `type === Warning`, I add '_' to my...