ikseer / Frontend

Frontend using Next js
https://ikseer.vercel.app/
0 stars 1 forks source link

`Link` and `button` race condition while logging out #6

Closed MuhammadSawalhy closed 8 months ago

MuhammadSawalhy commented 8 months ago
          How is this possible? `Link` and `button` both work together after a single click! Think about race conditions which is a common problem in software engineering in many fields and technologies.

_Originally posted by @MuhammadSawalhy in https://github.com/13-Ronin/Frontend/pull/5#discussion_r1491490686_

linear[bot] commented 8 months ago

SOFT-127 `Link` and `button` race condition while logging out

mohamed-ahmed-yousef commented 8 months ago

I just solved this issue in the following commit this

MuhammadSawalhy commented 8 months ago

Thx