Open kf106 opened 1 year ago
I thought I had fixed this, but now I think there's a race condition between two components setting nameInvalid.
In summary - if the name found in the database is your own, your name should not be marked as invalid.
Some times this works, and sometimes it doesn't, suggesting that there are two parallel processes and whichever one finishes last takes effect...
I thought I had fixed this, but now I think there's a race condition between two components setting nameInvalid.
In summary - if the name found in the database is your own, your name should not be marked as invalid.