1nwf / Produx-v2

Detected the use of alert, confirm and prompt JS-0052
Anti-pattern
Minor
1 occurrence in this check
 76            sendMessage(msg)
 77            setMsg('')
 78        } else {
 79            alert('Please enter a message') 80        }
 81    }
 82