Emre
Emre
> I cannot find this feature in current release 2.4.2... is it still in development or do I miss something? > > I only trigger a popup "You can write...
Aynı sorunu ben de localimde yaşıyorum. Kendilerine e-posta ile sorunu ilettim. Eğer bir çözüm önerisi alamazsam üyeliğimi iptal ettireceğim. **Çözüm:** Next.js için sorunu `/pages` klasörü altında çalıştırarak çözdüm.
I am facing the same issue in the onClick event. I thought the problem was due to the directory structure. ```javascript const handleSubmit = async (e) => { e.preventDefault() const...