joschan21 / image-alt-generator

Open-source and free image alt tag generator in NextJS 13
https://www.imagetoalt.com/
176 stars 36 forks source link

the image uploaded 2 times in the server #2

Open inextdeve opened 4 months ago

inextdeve commented 4 months ago

when i'm uploading the image i get it to times in the server

jiaweing commented 4 months ago

I am having the same issue. I've been debugging every single part of the code but I just can't figure out why dispatch() is being called twice when the code that calls it is only once.

image

jiaweing commented 4 months ago

https://github.com/facebook/react/issues/16295

jiaweing commented 4 months ago

Basically, disable react strict mode. Mine was on true.