I'm using PrimeReact Message UI element and it automatically closed after a period of time determined by life
property. How can I disable it to don't close automatically.
Here is the message element in my code:
message.current.show({ severity: 'error', content: 'Message Detail' });
I changed life property value to something like -1 and others but it didn't work for me.