This is my component, so the problem is when I click on the WhatsApp icon after applying to allowClickAway, I can't even type a text message in the input text placeholder, it's automatically closing even when I click inside
<FloatingWhatsApp
phoneNumber="123456789"
accountName="my
allowEsc
notification
chatMessage="Hello there! 🤝 \nHow can we help?"
avatar=""
allowClickAway
className="animate-fade animate-once animate-duration-[3000ms] animate-delay-1000" />
This is my component, so the problem is when I click on the WhatsApp icon after applying to
allowClickAway, I can't even type a text message in the input text placeholder, it's automatically closing even when I click inside<FloatingWhatsApp
phoneNumber="123456789"
accountName="my
allowEsc
notification
chatMessage="Hello there! 🤝 \nHow can we help?"
avatar=""
allowClickAway
className="animate-fade animate-once animate-duration-[3000ms] animate-delay-1000" />